Shades of Kaitoke Green #225433
Tints of Kaitoke Green #225433
RGB
CMYK
RGB Variations
Color information
#225433 (or 0x225433) is known color: Kaitoke Green. HEX triplet: 22, 54 and 33. RGB value is (34,84,51). Sum of RGB (Red+Green+Blue) = 34+84+51=169 (22% of max value = 765). Red value is 34 (13.67% from 255 or 20.12% from 169); Green value is 84 (33.20% from 255 or 49.70% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 84 - color contains mainly: green. Hex color #225433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225433 is #DDABCC. Grayscale: #414141. Windows color (decimal): -14527437 or 3363874. OLE color: 3363874.
HSL color Cylindrical-coordinate representation of color #225433: hue angle of 140.4º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225433 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 84 | 51 | - |
| CMYK | 0.60 | 0 | 0.39 | 0.67 |
| HSL | 140.4º | 0.42% | 0.23% | - |
| HSV(B) | 140.4º | 0.6% | 0.33% | - |
| XYZ | 4.43 | 6.92 | 4.23 | - |
| YUV | 65.29 | 119.94 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 84 | 51 | 0.60 | 0 | 0.39 | 0.67 | 140.4 | 0.42 | 0.23 |
| Hex | 22 | 54 | 33 | 3C | 0 | 27 | 43 | 8C | 2A | 17 |
| Octal | 42 | 124 | 63 | 74 | 0 | 47 | 103 | 214 | 52 | 27 |
| Binary | 100010 | 1010100 | 110011 | 111100 | 0 | 100111 | 1000011 | 10001100 | 101010 | 10111 |
Color Harmonies of #225433
Complementary color
Monochromatic Colors of #225433
Black with #225433
Text Example
Text Example
White with #225433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225433; }
p { color: rgb(34,84,51); }
H1.HeaderClassName
{
color: #225433;
}
.AnyTagClassName
{
color: #225433;
}
</style>
background-color css
<style>
a { background-color: #225433; }
a { background-color: rgb(34,84,51); }
div.DivClassName
{
background-color: #225433;
}
.BgClassName
{
background-color: #225433;
}
</style>
border-color css
<style>
span { border-color: #225433; }
span { border-color: rgb(34,84,51); }
td.TdClassName
{
border-color: #225433;
}
.TagClassName
{
border-color: #225433;
}
</style>