Shades of Kaitoke Green #225A34
Tints of Kaitoke Green #225A34
RGB
CMYK
RGB Variations
Color information
#225A34 (or 0x225A34) is known color: Kaitoke Green. HEX triplet: 22, 5A and 34. RGB value is (34,90,52). Sum of RGB (Red+Green+Blue) = 34+90+52=176 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.32% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #225A34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225A34 is #DDA5CB. Grayscale: #454545. Windows color (decimal): -14525900 or 3430946. OLE color: 3430946.
HSL color Cylindrical-coordinate representation of color #225A34: hue angle of 139.29º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #225A34 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 90 | 52 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.65 |
| HSL | 139.29º | 0.45% | 0.24% | - |
| HSV(B) | 139.29º | 0.62% | 0.35% | - |
| XYZ | 4.94 | 7.9 | 4.51 | - |
| YUV | 68.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 90 | 52 | 0.62 | 0 | 0.42 | 0.65 | 139.29 | 0.45 | 0.24 |
| Hex | 22 | 5A | 34 | 3E | 0 | 2A | 41 | 8B | 2D | 18 |
| Octal | 42 | 132 | 64 | 76 | 0 | 52 | 101 | 213 | 55 | 30 |
| Binary | 100010 | 1011010 | 110100 | 111110 | 0 | 101010 | 1000001 | 10001011 | 101101 | 11000 |
Color Harmonies of #225A34
Complementary color
Monochromatic Colors of #225A34
Black with #225A34
Text Example
Text Example
White with #225A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225A34; }
p { color: rgb(34,90,52); }
H1.HeaderClassName
{
color: #225A34;
}
.AnyTagClassName
{
color: #225A34;
}
</style>
background-color css
<style>
a { background-color: #225A34; }
a { background-color: rgb(34,90,52); }
div.DivClassName
{
background-color: #225A34;
}
.BgClassName
{
background-color: #225A34;
}
</style>
border-color css
<style>
span { border-color: #225A34; }
span { border-color: rgb(34,90,52); }
td.TdClassName
{
border-color: #225A34;
}
.TagClassName
{
border-color: #225A34;
}
</style>