Shades of Kaitoke Green #225931
Tints of Kaitoke Green #225931
RGB
CMYK
RGB Variations
Color information
#225931 (or 0x225931) is known color: Kaitoke Green. HEX triplet: 22, 59 and 31. RGB value is (34,89,49). Sum of RGB (Red+Green+Blue) = 34+89+49=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 89 (35.16% from 255 or 51.74% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 89 - color contains mainly: green. Hex color #225931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225931 is #DDA6CE. Grayscale: #444444. Windows color (decimal): -14526159 or 3234082. OLE color: 3234082.
HSL color Cylindrical-coordinate representation of color #225931: hue angle of 136.36º 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 #225931 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 89 | 49 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.65 |
| HSL | 136.36º | 0.45% | 0.24% | - |
| HSV(B) | 136.36º | 0.62% | 0.35% | - |
| XYZ | 4.79 | 7.71 | 4.14 | - |
| YUV | 68 | 117.28 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 89 | 49 | 0.62 | 0 | 0.45 | 0.65 | 136.36 | 0.45 | 0.24 |
| Hex | 22 | 59 | 31 | 3E | 0 | 2D | 41 | 88 | 2D | 18 |
| Octal | 42 | 131 | 61 | 76 | 0 | 55 | 101 | 210 | 55 | 30 |
| Binary | 100010 | 1011001 | 110001 | 111110 | 0 | 101101 | 1000001 | 10001000 | 101101 | 11000 |
Color Harmonies of #225931
Complementary color
Monochromatic Colors of #225931
Black with #225931
Text Example
Text Example
White with #225931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225931; }
p { color: rgb(34,89,49); }
H1.HeaderClassName
{
color: #225931;
}
.AnyTagClassName
{
color: #225931;
}
</style>
background-color css
<style>
a { background-color: #225931; }
a { background-color: rgb(34,89,49); }
div.DivClassName
{
background-color: #225931;
}
.BgClassName
{
background-color: #225931;
}
</style>
border-color css
<style>
span { border-color: #225931; }
span { border-color: rgb(34,89,49); }
td.TdClassName
{
border-color: #225931;
}
.TagClassName
{
border-color: #225931;
}
</style>