#21A172

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

Shades of Jungle Green #21A172

Tints of Jungle Green #21A172

Color information

#21A172 (or 0x21A172) is unknown color: approx Jungle Green. HEX triplet: 21, A1 and 72. RGB value is (33,161,114). Sum of RGB (Red+Green+Blue) = 33+161+114=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 161 (63.28% from 255 or 52.27% from 308); Blue value is 114 (44.92% from 255 or 37.01% from 308); Max value from RGB is 161 - color contains mainly: green. Hex color #21A172 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A172 is #DE5E8D. Grayscale: #757575. Windows color (decimal): -14573198 or 7512353. OLE color: 7512353.

HSL color Cylindrical-coordinate representation of color #21A172: hue angle of 157.97º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #21A172 is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB33161114-
CMYK0.8000.290.37
HSL157.97º65.98%38.04%-
HSV(B)157.97º79.5%63.14%-
XYZ16.4127.0320.27-
YUV117.37126.0967.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 161 (63.28% from 255) = 52.27%
BLUE value IS 114 (44.92% from 255) = 37.01%
R=10.71%
G=52.27%
B=37.01%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal331611140.8000.290.37157.9765.9838.04
Hex21A1725001D259e4226
Octal412411621200354523610246
Binary1000011010000111100101010000011101100101100111101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,161,114); }

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

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

 a { background-color: rgb(33,161,114); }

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

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

 span { border-color: rgb(33,161,114); }

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