Shades of Kaitoke Green #224C2C
Tints of Kaitoke Green #224C2C
RGB
CMYK
RGB Variations
Color information
#224C2C (or 0x224C2C) is known color: Kaitoke Green. HEX triplet: 22, 4C and 2C. RGB value is (34,76,44). Sum of RGB (Red+Green+Blue) = 34+76+44=154 (20% of max value = 765). Red value is 34 (13.67% from 255 or 22.08% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #224C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #224C2C is #DDB3D3. Grayscale: #3B3B3B. Windows color (decimal): -14529492 or 2903074. OLE color: 2903074.
HSL color Cylindrical-coordinate representation of color #224C2C: hue angle of 134.29º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #224C2C is Cyan = 0.55, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 34 | 76 | 44 | - |
| CMYK | 0.55 | 0 | 0.42 | 0.70 |
| HSL | 134.29º | 0.38% | 0.22% | - |
| HSV(B) | 134.29º | 0.55% | 0.3% | - |
| XYZ | 3.7 | 5.69 | 3.29 | - |
| YUV | 59.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 76 | 44 | 0.55 | 0 | 0.42 | 0.70 | 134.29 | 0.38 | 0.22 |
| Hex | 22 | 4C | 2C | 37 | 0 | 2A | 46 | 86 | 26 | 16 |
| Octal | 42 | 114 | 54 | 67 | 0 | 52 | 106 | 206 | 46 | 26 |
| Binary | 100010 | 1001100 | 101100 | 110111 | 0 | 101010 | 1000110 | 10000110 | 100110 | 10110 |
Color Harmonies of #224C2C
Complementary color
Monochromatic Colors of #224C2C
Black with #224C2C
Text Example
Text Example
White with #224C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #224C2C; }
p { color: rgb(34,76,44); }
H1.HeaderClassName
{
color: #224C2C;
}
.AnyTagClassName
{
color: #224C2C;
}
</style>
background-color css
<style>
a { background-color: #224C2C; }
a { background-color: rgb(34,76,44); }
div.DivClassName
{
background-color: #224C2C;
}
.BgClassName
{
background-color: #224C2C;
}
</style>
border-color css
<style>
span { border-color: #224C2C; }
span { border-color: rgb(34,76,44); }
td.TdClassName
{
border-color: #224C2C;
}
.TagClassName
{
border-color: #224C2C;
}
</style>