Shades of Kaitoke Green #225838
Tints of Kaitoke Green #225838
RGB
CMYK
RGB Variations
Color information
#225838 (or 0x225838) is known color: Kaitoke Green. HEX triplet: 22, 58 and 38. RGB value is (34,88,56). Sum of RGB (Red+Green+Blue) = 34+88+56=178 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.10% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #225838 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225838 is #DDA7C7. Grayscale: #444444. Windows color (decimal): -14526408 or 3692578. OLE color: 3692578.
HSL color Cylindrical-coordinate representation of color #225838: hue angle of 144.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225838 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 34 | 88 | 56 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.65 |
| HSL | 144.44º | 0.44% | 0.24% | - |
| HSV(B) | 144.44º | 0.61% | 0.35% | - |
| XYZ | 4.86 | 7.61 | 4.95 | - |
| YUV | 68.21 | 121.11 | 103.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 88 | 56 | 0.61 | 0 | 0.36 | 0.65 | 144.44 | 0.44 | 0.24 |
| Hex | 22 | 58 | 38 | 3D | 0 | 24 | 41 | 90 | 2C | 18 |
| Octal | 42 | 130 | 70 | 75 | 0 | 44 | 101 | 220 | 54 | 30 |
| Binary | 100010 | 1011000 | 111000 | 111101 | 0 | 100100 | 1000001 | 10010000 | 101100 | 11000 |
Color Harmonies of #225838
Complementary color
Monochromatic Colors of #225838
Black with #225838
Text Example
Text Example
White with #225838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225838; }
p { color: rgb(34,88,56); }
H1.HeaderClassName
{
color: #225838;
}
.AnyTagClassName
{
color: #225838;
}
</style>
background-color css
<style>
a { background-color: #225838; }
a { background-color: rgb(34,88,56); }
div.DivClassName
{
background-color: #225838;
}
.BgClassName
{
background-color: #225838;
}
</style>
border-color css
<style>
span { border-color: #225838; }
span { border-color: rgb(34,88,56); }
td.TdClassName
{
border-color: #225838;
}
.TagClassName
{
border-color: #225838;
}
</style>