Shades of Kaitoke Green #224E2D
Tints of Kaitoke Green #224E2D
RGB
CMYK
RGB Variations
Color information
#224E2D (or 0x224E2D) is known color: Kaitoke Green. HEX triplet: 22, 4E and 2D. RGB value is (34,78,45). Sum of RGB (Red+Green+Blue) = 34+78+45=157 (20% of max value = 765). Red value is 34 (13.67% from 255 or 21.66% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #224E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #224E2D is #DDB1D2. Grayscale: #3D3D3D. Windows color (decimal): -14528979 or 2969122. OLE color: 2969122.
HSL color Cylindrical-coordinate representation of color #224E2D: hue angle of 135º 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 #224E2D is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 34 | 78 | 45 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.69 |
| HSL | 135º | 0.39% | 0.22% | - |
| HSV(B) | 135º | 0.56% | 0.31% | - |
| XYZ | 3.86 | 5.98 | 3.43 | - |
| YUV | 61.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 78 | 45 | 0.56 | 0 | 0.42 | 0.69 | 135 | 0.39 | 0.22 |
| Hex | 22 | 4E | 2D | 38 | 0 | 2A | 45 | 87 | 27 | 16 |
| Octal | 42 | 116 | 55 | 70 | 0 | 52 | 105 | 207 | 47 | 26 |
| Binary | 100010 | 1001110 | 101101 | 111000 | 0 | 101010 | 1000101 | 10000111 | 100111 | 10110 |
Color Harmonies of #224E2D
Complementary color
Monochromatic Colors of #224E2D
Black with #224E2D
Text Example
Text Example
White with #224E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224E2D; }
p { color: rgb(34,78,45); }
H1.HeaderClassName
{
color: #224E2D;
}
.AnyTagClassName
{
color: #224E2D;
}
</style>
background-color css
<style>
a { background-color: #224E2D; }
a { background-color: rgb(34,78,45); }
div.DivClassName
{
background-color: #224E2D;
}
.BgClassName
{
background-color: #224E2D;
}
</style>
border-color css
<style>
span { border-color: #224E2D; }
span { border-color: rgb(34,78,45); }
td.TdClassName
{
border-color: #224E2D;
}
.TagClassName
{
border-color: #224E2D;
}
</style>