Shades of Kaitoke Green #224E2B
Tints of Kaitoke Green #224E2B
RGB
CMYK
RGB Variations
Color information
#224E2B (or 0x224E2B) is known color: Kaitoke Green. HEX triplet: 22, 4E and 2B. RGB value is (34,78,43). Sum of RGB (Red+Green+Blue) = 34+78+43=155 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.94% from 155); Green value is 78 (30.86% from 255 or 50.32% from 155); Blue value is 43 (17.19% from 255 or 27.74% from 155); Max value from RGB is 78 - color contains mainly: green. Hex color #224E2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224E2B is #DDB1D4. Grayscale: #3C3C3C. Windows color (decimal): -14528981 or 2838050. OLE color: 2838050.
HSL color Cylindrical-coordinate representation of color #224E2B: hue angle of 132.27º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #224E2B is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 78 | 43 | - |
| CMYK | 0.56 | 0 | 0.45 | 0.69 |
| HSL | 132.27º | 0.39% | 0.22% | - |
| HSV(B) | 132.27º | 0.56% | 0.31% | - |
| XYZ | 3.82 | 5.96 | 3.24 | - |
| YUV | 60.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 43 | 0.56 | 0 | 0.45 | 0.69 | 132.27 | 0.39 | 0.22 |
| Hex | 22 | 4E | 2B | 38 | 0 | 2D | 45 | 84 | 27 | 16 |
| Octal | 42 | 116 | 53 | 70 | 0 | 55 | 105 | 204 | 47 | 26 |
| Binary | 100010 | 1001110 | 101011 | 111000 | 0 | 101101 | 1000101 | 10000100 | 100111 | 10110 |
Color Harmonies of #224E2B
Complementary color
Monochromatic Colors of #224E2B
Black with #224E2B
Text Example
Text Example
White with #224E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E2B; }
p { color: rgb(34,78,43); }
H1.HeaderClassName
{
color: #224E2B;
}
.AnyTagClassName
{
color: #224E2B;
}
</style>
background-color css
<style>
a { background-color: #224E2B; }
a { background-color: rgb(34,78,43); }
div.DivClassName
{
background-color: #224E2B;
}
.BgClassName
{
background-color: #224E2B;
}
</style>
border-color css
<style>
span { border-color: #224E2B; }
span { border-color: rgb(34,78,43); }
td.TdClassName
{
border-color: #224E2B;
}
.TagClassName
{
border-color: #224E2B;
}
</style>