Shades of Kaitoke Green #225239
Tints of Kaitoke Green #225239
RGB
CMYK
RGB Variations
Color information
#225239 (or 0x225239) is known color: Kaitoke Green. HEX triplet: 22, 52 and 39. RGB value is (34,82,57). Sum of RGB (Red+Green+Blue) = 34+82+57=173 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.65% from 173); Green value is 82 (32.42% from 255 or 47.40% from 173); Blue value is 57 (22.66% from 255 or 32.95% from 173); Max value from RGB is 82 - color contains mainly: green. Hex color #225239 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225239 is #DDADC6. Grayscale: #404040. Windows color (decimal): -14527943 or 3756578. OLE color: 3756578.
HSL color Cylindrical-coordinate representation of color #225239: hue angle of 148.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #225239 is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 34 | 82 | 57 | - |
| CMYK | 0.59 | 0 | 0.30 | 0.68 |
| HSL | 148.75º | 0.41% | 0.23% | - |
| HSV(B) | 148.75º | 0.59% | 0.32% | - |
| XYZ | 4.42 | 6.67 | 4.93 | - |
| YUV | 64.8 | 123.6 | 106.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 82 | 57 | 0.59 | 0 | 0.30 | 0.68 | 148.75 | 0.41 | 0.23 |
| Hex | 22 | 52 | 39 | 3B | 0 | 1E | 44 | 95 | 29 | 17 |
| Octal | 42 | 122 | 71 | 73 | 0 | 36 | 104 | 225 | 51 | 27 |
| Binary | 100010 | 1010010 | 111001 | 111011 | 0 | 11110 | 1000100 | 10010101 | 101001 | 10111 |
Color Harmonies of #225239
Complementary color
Monochromatic Colors of #225239
Black with #225239
Text Example
Text Example
White with #225239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225239; }
p { color: rgb(34,82,57); }
H1.HeaderClassName
{
color: #225239;
}
.AnyTagClassName
{
color: #225239;
}
</style>
background-color css
<style>
a { background-color: #225239; }
a { background-color: rgb(34,82,57); }
div.DivClassName
{
background-color: #225239;
}
.BgClassName
{
background-color: #225239;
}
</style>
border-color css
<style>
span { border-color: #225239; }
span { border-color: rgb(34,82,57); }
td.TdClassName
{
border-color: #225239;
}
.TagClassName
{
border-color: #225239;
}
</style>