Shades of Kaitoke Green #225B34
Tints of Kaitoke Green #225B34
RGB
CMYK
RGB Variations
Color information
#225B34 (or 0x225B34) is known color: Kaitoke Green. HEX triplet: 22, 5B and 34. RGB value is (34,91,52). Sum of RGB (Red+Green+Blue) = 34+91+52=177 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.21% from 177); Green value is 91 (35.94% from 255 or 51.41% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 91 - color contains mainly: green. Hex color #225B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225B34 is #DDA4CB. Grayscale: #454545. Windows color (decimal): -14525644 or 3431202. OLE color: 3431202.
HSL color Cylindrical-coordinate representation of color #225B34: hue angle of 138.95º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B34 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 52 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.64 |
| HSL | 138.95º | 0.46% | 0.25% | - |
| HSV(B) | 138.95º | 0.63% | 0.36% | - |
| XYZ | 5.02 | 8.07 | 4.54 | - |
| YUV | 69.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 52 | 0.63 | 0 | 0.43 | 0.64 | 138.95 | 0.46 | 0.25 |
| Hex | 22 | 5B | 34 | 3F | 0 | 2B | 40 | 8B | 2E | 19 |
| Octal | 42 | 133 | 64 | 77 | 0 | 53 | 100 | 213 | 56 | 31 |
| Binary | 100010 | 1011011 | 110100 | 111111 | 0 | 101011 | 1000000 | 10001011 | 101110 | 11001 |
Color Harmonies of #225B34
Complementary color
Monochromatic Colors of #225B34
Black with #225B34
Text Example
Text Example
White with #225B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B34; }
p { color: rgb(34,91,52); }
H1.HeaderClassName
{
color: #225B34;
}
.AnyTagClassName
{
color: #225B34;
}
</style>
background-color css
<style>
a { background-color: #225B34; }
a { background-color: rgb(34,91,52); }
div.DivClassName
{
background-color: #225B34;
}
.BgClassName
{
background-color: #225B34;
}
</style>
border-color css
<style>
span { border-color: #225B34; }
span { border-color: rgb(34,91,52); }
td.TdClassName
{
border-color: #225B34;
}
.TagClassName
{
border-color: #225B34;
}
</style>