Shades of Kaitoke Green #235C39
Tints of Kaitoke Green #235C39
RGB
CMYK
RGB Variations
Color information
#235C39 (or 0x235C39) is known color: Kaitoke Green. HEX triplet: 23, 5C and 39. RGB value is (35,92,57). Sum of RGB (Red+Green+Blue) = 35+92+57=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 92 (36.33% from 255 or 50% from 184); Blue value is 57 (22.66% from 255 or 30.98% from 184); Max value from RGB is 92 - color contains mainly: green. Hex color #235C39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C39 is #DCA3C6. Grayscale: #474747. Windows color (decimal): -14459847 or 3759139. OLE color: 3759139.
HSL color Cylindrical-coordinate representation of color #235C39: hue angle of 143.16º 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 #235C39 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 57 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.64 |
| HSL | 143.16º | 0.45% | 0.25% | - |
| HSV(B) | 143.16º | 0.62% | 0.36% | - |
| XYZ | 5.26 | 8.31 | 5.2 | - |
| YUV | 70.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 57 | 0.62 | 0 | 0.38 | 0.64 | 143.16 | 0.45 | 0.25 |
| Hex | 23 | 5C | 39 | 3E | 0 | 26 | 40 | 8F | 2D | 19 |
| Octal | 43 | 134 | 71 | 76 | 0 | 46 | 100 | 217 | 55 | 31 |
| Binary | 100011 | 1011100 | 111001 | 111110 | 0 | 100110 | 1000000 | 10001111 | 101101 | 11001 |
Color Harmonies of #235C39
Complementary color
Monochromatic Colors of #235C39
Black with #235C39
Text Example
Text Example
White with #235C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C39; }
p { color: rgb(35,92,57); }
H1.HeaderClassName
{
color: #235C39;
}
.AnyTagClassName
{
color: #235C39;
}
</style>
background-color css
<style>
a { background-color: #235C39; }
a { background-color: rgb(35,92,57); }
div.DivClassName
{
background-color: #235C39;
}
.BgClassName
{
background-color: #235C39;
}
</style>
border-color css
<style>
span { border-color: #235C39; }
span { border-color: rgb(35,92,57); }
td.TdClassName
{
border-color: #235C39;
}
.TagClassName
{
border-color: #235C39;
}
</style>