Shades of Kaitoke Green #224E31
Tints of Kaitoke Green #224E31
RGB
CMYK
RGB Variations
Color information
#224E31 (or 0x224E31) is known color: Kaitoke Green. HEX triplet: 22, 4E and 31. RGB value is (34,78,49). Sum of RGB (Red+Green+Blue) = 34+78+49=161 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.12% from 161); Green value is 78 (30.86% from 255 or 48.45% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 78 - color contains mainly: green. Hex color #224E31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224E31 is #DDB1CE. Grayscale: #3D3D3D. Windows color (decimal): -14528975 or 3231266. OLE color: 3231266.
HSL color Cylindrical-coordinate representation of color #224E31: hue angle of 140.45º 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 #224E31 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 78 | 49 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.69 |
| HSL | 140.45º | 0.39% | 0.22% | - |
| HSV(B) | 140.45º | 0.56% | 0.31% | - |
| XYZ | 3.94 | 6.01 | 3.86 | - |
| YUV | 61.54 | 120.92 | 108.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 49 | 0.56 | 0 | 0.37 | 0.69 | 140.45 | 0.39 | 0.22 |
| Hex | 22 | 4E | 31 | 38 | 0 | 25 | 45 | 8C | 27 | 16 |
| Octal | 42 | 116 | 61 | 70 | 0 | 45 | 105 | 214 | 47 | 26 |
| Binary | 100010 | 1001110 | 110001 | 111000 | 0 | 100101 | 1000101 | 10001100 | 100111 | 10110 |
Color Harmonies of #224E31
Complementary color
Monochromatic Colors of #224E31
Black with #224E31
Text Example
Text Example
White with #224E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E31; }
p { color: rgb(34,78,49); }
H1.HeaderClassName
{
color: #224E31;
}
.AnyTagClassName
{
color: #224E31;
}
</style>
background-color css
<style>
a { background-color: #224E31; }
a { background-color: rgb(34,78,49); }
div.DivClassName
{
background-color: #224E31;
}
.BgClassName
{
background-color: #224E31;
}
</style>
border-color css
<style>
span { border-color: #224E31; }
span { border-color: rgb(34,78,49); }
td.TdClassName
{
border-color: #224E31;
}
.TagClassName
{
border-color: #224E31;
}
</style>