#21A271

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

Shades of Jungle Green #21A271

Tints of Jungle Green #21A271

Color information

#21A271 (or 0x21A271) is unknown color: approx Jungle Green. HEX triplet: 21, A2 and 71. RGB value is (33,162,113). Sum of RGB (Red+Green+Blue) = 33+162+113=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 162 (63.67% from 255 or 52.60% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 162 - color contains mainly: green. Hex color #21A271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A271 is #DE5D8E. Grayscale: #757575. Windows color (decimal): -14572943 or 7447073. OLE color: 7447073.

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

Color convert

RGB33162113-
CMYK0.8000.300.36
HSL157.21º66.15%38.24%-
HSV(B)157.21º79.63%63.53%-
XYZ16.5327.3620.03-
YUV117.84125.2667.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.71%
GREEN value IS 162 (63.67% from 255) = 52.60%
BLUE value IS 113 (44.53% from 255) = 36.69%
R=10.71%
G=52.60%
B=36.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331621130.8000.300.36157.2166.1538.24
Hex21A2715001E249d4226
Octal412421611200364423510246
Binary1000011010001011100011010000011110100100100111011000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,162,113); }

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

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

 a { background-color: rgb(33,162,113); }

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

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

 span { border-color: rgb(33,162,113); }

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