Shades of Kaitoke Green #235C32
Tints of Kaitoke Green #235C32
RGB
CMYK
RGB Variations
Color information
#235C32 (or 0x235C32) is known color: Kaitoke Green. HEX triplet: 23, 5C and 32. RGB value is (35,92,50). Sum of RGB (Red+Green+Blue) = 35+92+50=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 92 (36.33% from 255 or 51.98% from 177); Blue value is 50 (19.92% from 255 or 28.25% from 177); Max value from RGB is 92 - color contains mainly: green. Hex color #235C32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C32 is #DCA3CD. Grayscale: #464646. Windows color (decimal): -14459854 or 3300387. OLE color: 3300387.
HSL color Cylindrical-coordinate representation of color #235C32: hue angle of 135.79º degrees, saturation: 0.45, 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 #235C32 is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 50 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.64 |
| HSL | 135.79º | 0.45% | 0.25% | - |
| HSV(B) | 135.79º | 0.62% | 0.36% | - |
| XYZ | 5.1 | 8.24 | 4.34 | - |
| YUV | 70.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 50 | 0.62 | 0 | 0.46 | 0.64 | 135.79 | 0.45 | 0.25 |
| Hex | 23 | 5C | 32 | 3E | 0 | 2E | 40 | 88 | 2D | 19 |
| Octal | 43 | 134 | 62 | 76 | 0 | 56 | 100 | 210 | 55 | 31 |
| Binary | 100011 | 1011100 | 110010 | 111110 | 0 | 101110 | 1000000 | 10001000 | 101101 | 11001 |
Color Harmonies of #235C32
Complementary color
Monochromatic Colors of #235C32
Black with #235C32
Text Example
Text Example
White with #235C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C32; }
p { color: rgb(35,92,50); }
H1.HeaderClassName
{
color: #235C32;
}
.AnyTagClassName
{
color: #235C32;
}
</style>
background-color css
<style>
a { background-color: #235C32; }
a { background-color: rgb(35,92,50); }
div.DivClassName
{
background-color: #235C32;
}
.BgClassName
{
background-color: #235C32;
}
</style>
border-color css
<style>
span { border-color: #235C32; }
span { border-color: rgb(35,92,50); }
td.TdClassName
{
border-color: #235C32;
}
.TagClassName
{
border-color: #235C32;
}
</style>