#23A975

Color #23A975 Jungle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Green #23A975

Tints of Jungle Green #23A975

Color information

#23A975 (or 0x23A975) is unknown color: approx Jungle Green. HEX triplet: 23, A9 and 75. RGB value is (35,169,117). Sum of RGB (Red+Green+Blue) = 35+169+117=321 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.90% from 321); Green value is 169 (66.41% from 255 or 52.65% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 169 - color contains mainly: green. Hex color #23A975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A975 is #DC568A. Grayscale: #7B7B7B. Windows color (decimal): -14440075 or 7711011. OLE color: 7711011.

HSL color Cylindrical-coordinate representation of color #23A975: hue angle of 156.72º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A975 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB35169117-
CMYK0.7900.310.34
HSL156.72º65.69%40%-
HSV(B)156.72º79.29%66.27%-
XYZ18.0930.0221.67-
YUV123.01124.6165.23-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 10.90%
GREEN value IS 169 (66.41% from 255) = 52.65%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=10.90%
G=52.65%
B=36.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal351691170.7900.310.34156.7265.6940
Hex23A9754F01F229d4228
Octal432511651170374223510250
Binary1000111010100111101011001111011111100010100111011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23A975; }

 p { color: rgb(35,169,117); }

 H1.HeaderClassName
 {
   color: #23A975;
 }
 .AnyTagClassName
 {
   color: #23A975;
 }
</style>
background-color css

<style>
 a { background-color: #23A975; }

 a { background-color: rgb(35,169,117); }

 div.DivClassName
 {
   background-color: #23A975;
 }
 .BgClassName
 {
   background-color: #23A975;
 }
</style>
border-color css

<style>
 span { border-color: #23A975; }

 span { border-color: rgb(35,169,117); }

 td.TdClassName
 {
   border-color: #23A975;
 }
 .TagClassName
 {
   border-color: #23A975;
 }
</style>