Shades of Kaitoke Green #224A2D
Tints of Kaitoke Green #224A2D
RGB
CMYK
RGB Variations
Color information
#224A2D (or 0x224A2D) is known color: Kaitoke Green. HEX triplet: 22, 4A and 2D. RGB value is (34,74,45). Sum of RGB (Red+Green+Blue) = 34+74+45=153 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.22% from 153); Green value is 74 (29.30% from 255 or 48.37% from 153); Blue value is 45 (17.97% from 255 or 29.41% from 153); Max value from RGB is 74 - color contains mainly: green. Hex color #224A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224A2D is #DDB5D2. Grayscale: #3A3A3A. Windows color (decimal): -14530003 or 2968098. OLE color: 2968098.
HSL color Cylindrical-coordinate representation of color #224A2D: hue angle of 136.5º degrees, saturation: 0.37, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #224A2D is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 34 | 74 | 45 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.71 |
| HSL | 136.5º | 0.37% | 0.21% | - |
| HSV(B) | 136.5º | 0.54% | 0.29% | - |
| XYZ | 3.58 | 5.43 | 3.34 | - |
| YUV | 58.73 | 120.25 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 74 | 45 | 0.54 | 0 | 0.39 | 0.71 | 136.5 | 0.37 | 0.21 |
| Hex | 22 | 4A | 2D | 36 | 0 | 27 | 47 | 88 | 25 | 15 |
| Octal | 42 | 112 | 55 | 66 | 0 | 47 | 107 | 210 | 45 | 25 |
| Binary | 100010 | 1001010 | 101101 | 110110 | 0 | 100111 | 1000111 | 10001000 | 100101 | 10101 |
Color Harmonies of #224A2D
Complementary color
Monochromatic Colors of #224A2D
Black with #224A2D
Text Example
Text Example
White with #224A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224A2D; }
p { color: rgb(34,74,45); }
H1.HeaderClassName
{
color: #224A2D;
}
.AnyTagClassName
{
color: #224A2D;
}
</style>
background-color css
<style>
a { background-color: #224A2D; }
a { background-color: rgb(34,74,45); }
div.DivClassName
{
background-color: #224A2D;
}
.BgClassName
{
background-color: #224A2D;
}
</style>
border-color css
<style>
span { border-color: #224A2D; }
span { border-color: rgb(34,74,45); }
td.TdClassName
{
border-color: #224A2D;
}
.TagClassName
{
border-color: #224A2D;
}
</style>