Shades of Kaitoke Green #214C2C
Tints of Kaitoke Green #214C2C
RGB
CMYK
RGB Variations
Color information
#214C2C (or 0x214C2C) is known color: Kaitoke Green. HEX triplet: 21, 4C and 2C. RGB value is (33,76,44). Sum of RGB (Red+Green+Blue) = 33+76+44=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 76 (30.08% from 255 or 49.67% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 76 - color contains mainly: green. Hex color #214C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C2C is #DEB3D3. Grayscale: #3B3B3B. Windows color (decimal): -14595028 or 2903073. OLE color: 2903073.
HSL color Cylindrical-coordinate representation of color #214C2C: hue angle of 135.35º 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 #214C2C is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 76 | 44 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.70 |
| HSL | 135.35º | 0.39% | 0.21% | - |
| HSV(B) | 135.35º | 0.57% | 0.3% | - |
| XYZ | 3.67 | 5.67 | 3.28 | - |
| YUV | 59.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 44 | 0.57 | 0 | 0.42 | 0.70 | 135.35 | 0.39 | 0.21 |
| Hex | 21 | 4C | 2C | 39 | 0 | 2A | 46 | 87 | 27 | 15 |
| Octal | 41 | 114 | 54 | 71 | 0 | 52 | 106 | 207 | 47 | 25 |
| Binary | 100001 | 1001100 | 101100 | 111001 | 0 | 101010 | 1000110 | 10000111 | 100111 | 10101 |
Color Harmonies of #214C2C
Complementary color
Monochromatic Colors of #214C2C
Black with #214C2C
Text Example
Text Example
White with #214C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C2C; }
p { color: rgb(33,76,44); }
H1.HeaderClassName
{
color: #214C2C;
}
.AnyTagClassName
{
color: #214C2C;
}
</style>
background-color css
<style>
a { background-color: #214C2C; }
a { background-color: rgb(33,76,44); }
div.DivClassName
{
background-color: #214C2C;
}
.BgClassName
{
background-color: #214C2C;
}
</style>
border-color css
<style>
span { border-color: #214C2C; }
span { border-color: rgb(33,76,44); }
td.TdClassName
{
border-color: #214C2C;
}
.TagClassName
{
border-color: #214C2C;
}
</style>