Shades of Jungle Green #21A274
Tints of Jungle Green #21A274
RGB
CMYK
RGB Variations
Color information
#21A274 (or 0x21A274) is known color: Jungle Green. HEX triplet: 21, A2 and 74. RGB value is (33,162,116). Sum of RGB (Red+Green+Blue) = 33+162+116=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #21A274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21A274 is #DE5D8B. Grayscale: #767676. Windows color (decimal): -14572940 or 7643681. OLE color: 7643681.
HSL color Cylindrical-coordinate representation of color #21A274: hue angle of 158.6º 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 #21A274 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 33 | 162 | 116 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.36 |
| HSL | 158.6º | 0.66% | 0.38% | - |
| HSV(B) | 158.6º | 0.8% | 0.64% | - |
| XYZ | 16.7 | 27.42 | 20.94 | - |
| YUV | 118.19 | 126.76 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 162 | 116 | 0.80 | 0 | 0.28 | 0.36 | 158.6 | 0.66 | 0.38 |
| Hex | 21 | A2 | 74 | 50 | 0 | 1C | 24 | 9F | 42 | 26 |
| Octal | 41 | 242 | 164 | 120 | 0 | 34 | 44 | 237 | 102 | 46 |
| Binary | 100001 | 10100010 | 1110100 | 1010000 | 0 | 11100 | 100100 | 10011111 | 1000010 | 100110 |
Color Harmonies of #21A274
Complementary color
Monochromatic Colors of #21A274
Black with #21A274
Text Example
Text Example
White with #21A274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A274; }
p { color: rgb(33,162,116); }
H1.HeaderClassName
{
color: #21A274;
}
.AnyTagClassName
{
color: #21A274;
}
</style>
background-color css
<style>
a { background-color: #21A274; }
a { background-color: rgb(33,162,116); }
div.DivClassName
{
background-color: #21A274;
}
.BgClassName
{
background-color: #21A274;
}
</style>
border-color css
<style>
span { border-color: #21A274; }
span { border-color: rgb(33,162,116); }
td.TdClassName
{
border-color: #21A274;
}
.TagClassName
{
border-color: #21A274;
}
</style>