Shades of Kaitoke Green #214C2B
Tints of Kaitoke Green #214C2B
RGB
CMYK
RGB Variations
Color information
#214C2B (or 0x214C2B) is known color: Kaitoke Green. HEX triplet: 21, 4C and 2B. RGB value is (33,76,43). Sum of RGB (Red+Green+Blue) = 33+76+43=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 76 (30.08% from 255 or 50% from 152); Blue value is 43 (17.19% from 255 or 28.29% from 152); Max value from RGB is 76 - color contains mainly: green. Hex color #214C2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C2B is #DEB3D4. Grayscale: #3B3B3B. Windows color (decimal): -14595029 or 2837537. OLE color: 2837537.
HSL color Cylindrical-coordinate representation of color #214C2B: hue angle of 133.95º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214C2B is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 76 | 43 | - |
| CMYK | 0.57 | 0 | 0.43 | 0.70 |
| HSL | 133.95º | 0.39% | 0.21% | - |
| HSV(B) | 133.95º | 0.57% | 0.3% | - |
| XYZ | 3.65 | 5.67 | 3.19 | - |
| YUV | 59.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 43 | 0.57 | 0 | 0.43 | 0.70 | 133.95 | 0.39 | 0.21 |
| Hex | 21 | 4C | 2B | 39 | 0 | 2B | 46 | 86 | 27 | 15 |
| Octal | 41 | 114 | 53 | 71 | 0 | 53 | 106 | 206 | 47 | 25 |
| Binary | 100001 | 1001100 | 101011 | 111001 | 0 | 101011 | 1000110 | 10000110 | 100111 | 10101 |
Color Harmonies of #214C2B
Complementary color
Monochromatic Colors of #214C2B
Black with #214C2B
Text Example
Text Example
White with #214C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C2B; }
p { color: rgb(33,76,43); }
H1.HeaderClassName
{
color: #214C2B;
}
.AnyTagClassName
{
color: #214C2B;
}
</style>
background-color css
<style>
a { background-color: #214C2B; }
a { background-color: rgb(33,76,43); }
div.DivClassName
{
background-color: #214C2B;
}
.BgClassName
{
background-color: #214C2B;
}
</style>
border-color css
<style>
span { border-color: #214C2B; }
span { border-color: rgb(33,76,43); }
td.TdClassName
{
border-color: #214C2B;
}
.TagClassName
{
border-color: #214C2B;
}
</style>