Shades of Kaitoke Green #224D29
Tints of Kaitoke Green #224D29
RGB
CMYK
RGB Variations
Color information
#224D29 (or 0x224D29) is known color: Kaitoke Green. HEX triplet: 22, 4D and 29. RGB value is (34,77,41). Sum of RGB (Red+Green+Blue) = 34+77+41=152 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.37% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #224D29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224D29 is #DDB2D6. Grayscale: #3C3C3C. Windows color (decimal): -14529239 or 2706722. OLE color: 2706722.
HSL color Cylindrical-coordinate representation of color #224D29: hue angle of 129.77º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224D29 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 77 | 41 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.70 |
| HSL | 129.77º | 0.39% | 0.22% | - |
| HSV(B) | 129.77º | 0.56% | 0.3% | - |
| XYZ | 3.71 | 5.81 | 3.02 | - |
| YUV | 60.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 77 | 41 | 0.56 | 0 | 0.47 | 0.70 | 129.77 | 0.39 | 0.22 |
| Hex | 22 | 4D | 29 | 38 | 0 | 2F | 46 | 82 | 27 | 16 |
| Octal | 42 | 115 | 51 | 70 | 0 | 57 | 106 | 202 | 47 | 26 |
| Binary | 100010 | 1001101 | 101001 | 111000 | 0 | 101111 | 1000110 | 10000010 | 100111 | 10110 |
Color Harmonies of #224D29
Complementary color
Monochromatic Colors of #224D29
Black with #224D29
Text Example
Text Example
White with #224D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224D29; }
p { color: rgb(34,77,41); }
H1.HeaderClassName
{
color: #224D29;
}
.AnyTagClassName
{
color: #224D29;
}
</style>
background-color css
<style>
a { background-color: #224D29; }
a { background-color: rgb(34,77,41); }
div.DivClassName
{
background-color: #224D29;
}
.BgClassName
{
background-color: #224D29;
}
</style>
border-color css
<style>
span { border-color: #224D29; }
span { border-color: rgb(34,77,41); }
td.TdClassName
{
border-color: #224D29;
}
.TagClassName
{
border-color: #224D29;
}
</style>