Shades of Kaitoke Green #235B32
Tints of Kaitoke Green #235B32
RGB
CMYK
RGB Variations
Color information
#235B32 (or 0x235B32) is known color: Kaitoke Green. HEX triplet: 23, 5B and 32. RGB value is (35,91,50). Sum of RGB (Red+Green+Blue) = 35+91+50=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 91 (35.94% from 255 or 51.70% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 91 - color contains mainly: green. Hex color #235B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235B32 is #DCA4CD. Grayscale: #454545. Windows color (decimal): -14460110 or 3300131. OLE color: 3300131.
HSL color Cylindrical-coordinate representation of color #235B32: hue angle of 136.07º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235B32 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 91 | 50 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.64 |
| HSL | 136.07º | 0.44% | 0.25% | - |
| HSV(B) | 136.07º | 0.62% | 0.36% | - |
| XYZ | 5.01 | 8.07 | 4.31 | - |
| YUV | 69.58 | 116.95 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 91 | 50 | 0.62 | 0 | 0.45 | 0.64 | 136.07 | 0.44 | 0.25 |
| Hex | 23 | 5B | 32 | 3E | 0 | 2D | 40 | 88 | 2C | 19 |
| Octal | 43 | 133 | 62 | 76 | 0 | 55 | 100 | 210 | 54 | 31 |
| Binary | 100011 | 1011011 | 110010 | 111110 | 0 | 101101 | 1000000 | 10001000 | 101100 | 11001 |
Color Harmonies of #235B32
Complementary color
Monochromatic Colors of #235B32
Black with #235B32
Text Example
Text Example
White with #235B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235B32; }
p { color: rgb(35,91,50); }
H1.HeaderClassName
{
color: #235B32;
}
.AnyTagClassName
{
color: #235B32;
}
</style>
background-color css
<style>
a { background-color: #235B32; }
a { background-color: rgb(35,91,50); }
div.DivClassName
{
background-color: #235B32;
}
.BgClassName
{
background-color: #235B32;
}
</style>
border-color css
<style>
span { border-color: #235B32; }
span { border-color: rgb(35,91,50); }
td.TdClassName
{
border-color: #235B32;
}
.TagClassName
{
border-color: #235B32;
}
</style>