#21A27E

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

Shades of Jungle Green #21A27E

Tints of Jungle Green #21A27E

Color information

#21A27E (or 0x21A27E) is unknown color: approx Jungle Green. HEX triplet: 21, A2 and 7E. RGB value is (33,162,126). Sum of RGB (Red+Green+Blue) = 33+162+126=321 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.28% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #21A27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A27E is #DE5D81. Grayscale: #777777. Windows color (decimal): -14572930 or 8299041. OLE color: 8299041.

HSL color Cylindrical-coordinate representation of color #21A27E: hue angle of 163.26º 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 #21A27E is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB33162126-
CMYK0.8000.220.36
HSL163.26º66.15%38.24%-
HSV(B)163.26º79.63%63.53%-
XYZ17.3127.6724.17-
YUV119.32131.7666.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.28%
GREEN value IS 162 (63.67% from 255) = 50.47%
BLUE value IS 126 (49.61% from 255) = 39.25%
R=10.28%
G=50.47%
B=39.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal331621260.8000.220.36163.2666.1538.24
Hex21A27E5001624a34226
Octal412421761200264424310246
Binary1000011010001011111101010000010110100100101000111000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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