Shades of Kaitoke Green #214E2A
Tints of Kaitoke Green #214E2A
RGB
CMYK
RGB Variations
Color information
#214E2A (or 0x214E2A) is known color: Kaitoke Green. HEX triplet: 21, 4E and 2A. RGB value is (33,78,42). Sum of RGB (Red+Green+Blue) = 33+78+42=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 78 (30.86% from 255 or 50.98% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 78 - color contains mainly: green. Hex color #214E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214E2A is #DEB1D5. Grayscale: #3C3C3C. Windows color (decimal): -14594518 or 2772513. OLE color: 2772513.
HSL color Cylindrical-coordinate representation of color #214E2A: hue angle of 132º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #214E2A is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 33 | 78 | 42 | - |
| CMYK | 0.58 | 0 | 0.46 | 0.69 |
| HSL | 132º | 0.41% | 0.22% | - |
| HSV(B) | 132º | 0.58% | 0.31% | - |
| XYZ | 3.77 | 5.94 | 3.14 | - |
| YUV | 60.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 78 | 42 | 0.58 | 0 | 0.46 | 0.69 | 132 | 0.41 | 0.22 |
| Hex | 21 | 4E | 2A | 3A | 0 | 2E | 45 | 84 | 29 | 16 |
| Octal | 41 | 116 | 52 | 72 | 0 | 56 | 105 | 204 | 51 | 26 |
| Binary | 100001 | 1001110 | 101010 | 111010 | 0 | 101110 | 1000101 | 10000100 | 101001 | 10110 |
Color Harmonies of #214E2A
Complementary color
Monochromatic Colors of #214E2A
Black with #214E2A
Text Example
Text Example
White with #214E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214E2A; }
p { color: rgb(33,78,42); }
H1.HeaderClassName
{
color: #214E2A;
}
.AnyTagClassName
{
color: #214E2A;
}
</style>
background-color css
<style>
a { background-color: #214E2A; }
a { background-color: rgb(33,78,42); }
div.DivClassName
{
background-color: #214E2A;
}
.BgClassName
{
background-color: #214E2A;
}
</style>
border-color css
<style>
span { border-color: #214E2A; }
span { border-color: rgb(33,78,42); }
td.TdClassName
{
border-color: #214E2A;
}
.TagClassName
{
border-color: #214E2A;
}
</style>