#23a481

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

Shades of Jungle Green #23A481

Tints of Jungle Green #23A481

Color information

#23A481 (or 0x23A481) is unknown color: approx Jungle Green. HEX triplet: 23, A4 and 81. RGB value is (35,164,129). Sum of RGB (Red+Green+Blue) = 35+164+129=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 164 (64.45% from 255 or 50% from 328); Blue value is 129 (50.78% from 255 or 39.33% from 328); Max value from RGB is 164 - color contains mainly: green. Hex color #23A481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #23A481 is #DC5B7E. Grayscale: #797979. Windows color (decimal): -14441343 or 8496163. OLE color: 8496163.

HSL color Cylindrical-coordinate representation of color #23A481: hue angle of 163.72º 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 #23A481 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB35164129-
CMYK0.7900.210.36
HSL163.72º64.82%39.02%-
HSV(B)163.72º78.66%64.31%-
XYZ17.9328.4925.32-
YUV121.44132.2666.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 10.67%
GREEN value IS 164 (64.45% from 255) = 50%
BLUE value IS 129 (50.78% from 255) = 39.33%
R=10.67%
G=50%
B=39.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal351641290.7900.210.36163.7264.8239.02
Hex23A4814F01524a44127
Octal432442011170254424410147
Binary10001110100100100000011001111010101100100101001001000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23a481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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