Shades of Kaitoke Green #224F37
Tints of Kaitoke Green #224F37
RGB
CMYK
RGB Variations
Color information
#224F37 (or 0x224F37) is known color: Kaitoke Green. HEX triplet: 22, 4F and 37. RGB value is (34,79,55). Sum of RGB (Red+Green+Blue) = 34+79+55=168 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.24% from 168); Green value is 79 (31.25% from 255 or 47.02% from 168); Blue value is 55 (21.88% from 255 or 32.74% from 168); Max value from RGB is 79 - color contains mainly: green. Hex color #224F37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F37 is #DDB0C8. Grayscale: #3E3E3E. Windows color (decimal): -14528713 or 3624738. OLE color: 3624738.
HSL color Cylindrical-coordinate representation of color #224F37: hue angle of 148º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #224F37 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 79 | 55 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.69 |
| HSL | 148º | 0.4% | 0.22% | - |
| HSV(B) | 148º | 0.57% | 0.31% | - |
| XYZ | 4.15 | 6.21 | 4.59 | - |
| YUV | 62.81 | 123.59 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 55 | 0.57 | 0 | 0.30 | 0.69 | 148 | 0.4 | 0.22 |
| Hex | 22 | 4F | 37 | 39 | 0 | 1E | 45 | 94 | 28 | 16 |
| Octal | 42 | 117 | 67 | 71 | 0 | 36 | 105 | 224 | 50 | 26 |
| Binary | 100010 | 1001111 | 110111 | 111001 | 0 | 11110 | 1000101 | 10010100 | 101000 | 10110 |
Color Harmonies of #224F37
Complementary color
Monochromatic Colors of #224F37
Black with #224F37
Text Example
Text Example
White with #224F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F37; }
p { color: rgb(34,79,55); }
H1.HeaderClassName
{
color: #224F37;
}
.AnyTagClassName
{
color: #224F37;
}
</style>
background-color css
<style>
a { background-color: #224F37; }
a { background-color: rgb(34,79,55); }
div.DivClassName
{
background-color: #224F37;
}
.BgClassName
{
background-color: #224F37;
}
</style>
border-color css
<style>
span { border-color: #224F37; }
span { border-color: rgb(34,79,55); }
td.TdClassName
{
border-color: #224F37;
}
.TagClassName
{
border-color: #224F37;
}
</style>