Shades of Kaitoke Green #214C31
Tints of Kaitoke Green #214C31
RGB
CMYK
RGB Variations
Color information
#214C31 (or 0x214C31) is known color: Kaitoke Green. HEX triplet: 21, 4C and 31. RGB value is (33,76,49). Sum of RGB (Red+Green+Blue) = 33+76+49=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 49 (19.53% from 255 or 31.01% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #214C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214C31 is #DEB3CE. Grayscale: #3C3C3C. Windows color (decimal): -14595023 or 3230753. OLE color: 3230753.
HSL color Cylindrical-coordinate representation of color #214C31: hue angle of 142.33º 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 #214C31 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 33 | 76 | 49 | - |
| CMYK | 0.57 | 0 | 0.36 | 0.70 |
| HSL | 142.33º | 0.39% | 0.21% | - |
| HSV(B) | 142.33º | 0.57% | 0.3% | - |
| XYZ | 3.77 | 5.71 | 3.81 | - |
| YUV | 60.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 76 | 49 | 0.57 | 0 | 0.36 | 0.70 | 142.33 | 0.39 | 0.21 |
| Hex | 21 | 4C | 31 | 39 | 0 | 24 | 46 | 8E | 27 | 15 |
| Octal | 41 | 114 | 61 | 71 | 0 | 44 | 106 | 216 | 47 | 25 |
| Binary | 100001 | 1001100 | 110001 | 111001 | 0 | 100100 | 1000110 | 10001110 | 100111 | 10101 |
Color Harmonies of #214C31
Complementary color
Monochromatic Colors of #214C31
Black with #214C31
Text Example
Text Example
White with #214C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214C31; }
p { color: rgb(33,76,49); }
H1.HeaderClassName
{
color: #214C31;
}
.AnyTagClassName
{
color: #214C31;
}
</style>
background-color css
<style>
a { background-color: #214C31; }
a { background-color: rgb(33,76,49); }
div.DivClassName
{
background-color: #214C31;
}
.BgClassName
{
background-color: #214C31;
}
</style>
border-color css
<style>
span { border-color: #214C31; }
span { border-color: rgb(33,76,49); }
td.TdClassName
{
border-color: #214C31;
}
.TagClassName
{
border-color: #214C31;
}
</style>