Shades of Kaitoke Green #225335
Tints of Kaitoke Green #225335
RGB
CMYK
RGB Variations
Color information
#225335 (or 0x225335) is known color: Kaitoke Green. HEX triplet: 22, 53 and 35. RGB value is (34,83,53). Sum of RGB (Red+Green+Blue) = 34+83+53=170 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20% from 170); Green value is 83 (32.81% from 255 or 48.82% from 170); Blue value is 53 (21.09% from 255 or 31.18% from 170); Max value from RGB is 83 - color contains mainly: green. Hex color #225335 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225335 is #DDACCA. Grayscale: #414141. Windows color (decimal): -14527691 or 3494690. OLE color: 3494690.
HSL color Cylindrical-coordinate representation of color #225335: hue angle of 143.27º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225335 is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 83 | 53 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.67 |
| HSL | 143.27º | 0.42% | 0.23% | - |
| HSV(B) | 143.27º | 0.59% | 0.33% | - |
| XYZ | 4.4 | 6.78 | 4.45 | - |
| YUV | 64.93 | 121.27 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 53 | 0.59 | 0 | 0.36 | 0.67 | 143.27 | 0.42 | 0.23 |
| Hex | 22 | 53 | 35 | 3B | 0 | 24 | 43 | 8F | 2A | 17 |
| Octal | 42 | 123 | 65 | 73 | 0 | 44 | 103 | 217 | 52 | 27 |
| Binary | 100010 | 1010011 | 110101 | 111011 | 0 | 100100 | 1000011 | 10001111 | 101010 | 10111 |
Color Harmonies of #225335
Complementary color
Monochromatic Colors of #225335
Black with #225335
Text Example
Text Example
White with #225335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225335; }
p { color: rgb(34,83,53); }
H1.HeaderClassName
{
color: #225335;
}
.AnyTagClassName
{
color: #225335;
}
</style>
background-color css
<style>
a { background-color: #225335; }
a { background-color: rgb(34,83,53); }
div.DivClassName
{
background-color: #225335;
}
.BgClassName
{
background-color: #225335;
}
</style>
border-color css
<style>
span { border-color: #225335; }
span { border-color: rgb(34,83,53); }
td.TdClassName
{
border-color: #225335;
}
.TagClassName
{
border-color: #225335;
}
</style>