#21A881

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

Shades of Jungle Green #21A881

Tints of Jungle Green #21A881

Color information

#21A881 (or 0x21A881) is unknown color: approx Jungle Green. HEX triplet: 21, A8 and 81. RGB value is (33,168,129). Sum of RGB (Red+Green+Blue) = 33+168+129=330 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #21A881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21A881 is #DE577E. Grayscale: #7B7B7B. Windows color (decimal): -14571391 or 8497185. OLE color: 8497185.

HSL color Cylindrical-coordinate representation of color #21A881: hue angle of 162.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A881 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB33168129-
CMYK0.8000.230.34
HSL162.67º67.16%39.41%-
HSV(B)162.67º80.36%65.88%-
XYZ18.5929.9125.56-
YUV123.19131.2763.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10%
GREEN value IS 168 (66.02% from 255) = 50.91%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=10%
G=50.91%
B=39.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal331681290.8000.230.34162.6767.1639.41
Hex21A8815001722a34327
Octal412502011200274224310347
Binary10000110101000100000011010000010111100010101000111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21A881; }

 p { color: rgb(33,168,129); }

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

<style>
 a { background-color: #21A881; }

 a { background-color: rgb(33,168,129); }

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

<style>
 span { border-color: #21A881; }

 span { border-color: rgb(33,168,129); }

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