#23A476

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

Shades of Jungle Green #23A476

Tints of Jungle Green #23A476

Color information

#23A476 (or 0x23A476) is unknown color: approx Jungle Green. HEX triplet: 23, A4 and 76. RGB value is (35,164,118). Sum of RGB (Red+Green+Blue) = 35+164+118=317 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.04% from 317); Green value is 164 (64.45% from 255 or 51.74% from 317); Blue value is 118 (46.48% from 255 or 37.22% from 317); Max value from RGB is 164 - color contains mainly: green. Hex color #23A476 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #23A476 is #DC5B89. Grayscale: #787878. Windows color (decimal): -14441354 or 7775267. OLE color: 7775267.

HSL color Cylindrical-coordinate representation of color #23A476: hue angle of 158.6º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #23A476 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB35164118-
CMYK0.7900.280.36
HSL158.6º64.82%39.02%-
HSV(B)158.6º78.66%64.31%-
XYZ17.2428.2221.68-
YUV120.18126.7667.24-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.04%
GREEN value IS 164 (64.45% from 255) = 51.74%
BLUE value IS 118 (46.48% from 255) = 37.22%
R=11.04%
G=51.74%
B=37.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351641180.7900.280.36158.664.8239.02
Hex23A4764F01C249f4127
Octal432441661170344423710147
Binary1000111010010011101101001111011100100100100111111000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,164,118); }

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

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

 a { background-color: rgb(35,164,118); }

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

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

 span { border-color: rgb(35,164,118); }

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