Shades of Kaitoke Green #224F34
Tints of Kaitoke Green #224F34
RGB
CMYK
RGB Variations
Color information
#224F34 (or 0x224F34) is known color: Kaitoke Green. HEX triplet: 22, 4F and 34. RGB value is (34,79,52). Sum of RGB (Red+Green+Blue) = 34+79+52=165 (21% of max value = 765). Red value is 34 (13.67% from 255 or 20.61% from 165); Green value is 79 (31.25% from 255 or 47.88% from 165); Blue value is 52 (20.70% from 255 or 31.52% from 165); Max value from RGB is 79 - color contains mainly: green. Hex color #224F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224F34 is #DDB0CB. Grayscale: #3E3E3E. Windows color (decimal): -14528716 or 3428130. OLE color: 3428130.
HSL color Cylindrical-coordinate representation of color #224F34: hue angle of 144º 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 #224F34 is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 79 | 52 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.69 |
| HSL | 144º | 0.4% | 0.22% | - |
| HSV(B) | 144º | 0.57% | 0.31% | - |
| XYZ | 4.08 | 6.18 | 4.23 | - |
| YUV | 62.47 | 122.09 | 107.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 79 | 52 | 0.57 | 0 | 0.34 | 0.69 | 144 | 0.4 | 0.22 |
| Hex | 22 | 4F | 34 | 39 | 0 | 22 | 45 | 90 | 28 | 16 |
| Octal | 42 | 117 | 64 | 71 | 0 | 42 | 105 | 220 | 50 | 26 |
| Binary | 100010 | 1001111 | 110100 | 111001 | 0 | 100010 | 1000101 | 10010000 | 101000 | 10110 |
Color Harmonies of #224F34
Complementary color
Monochromatic Colors of #224F34
Black with #224F34
Text Example
Text Example
White with #224F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224F34; }
p { color: rgb(34,79,52); }
H1.HeaderClassName
{
color: #224F34;
}
.AnyTagClassName
{
color: #224F34;
}
</style>
background-color css
<style>
a { background-color: #224F34; }
a { background-color: rgb(34,79,52); }
div.DivClassName
{
background-color: #224F34;
}
.BgClassName
{
background-color: #224F34;
}
</style>
border-color css
<style>
span { border-color: #224F34; }
span { border-color: rgb(34,79,52); }
td.TdClassName
{
border-color: #224F34;
}
.TagClassName
{
border-color: #224F34;
}
</style>