Shades of Kaitoke Green #235E39
Tints of Kaitoke Green #235E39
RGB
CMYK
RGB Variations
Color information
#235E39 (or 0x235E39) is known color: Kaitoke Green. HEX triplet: 23, 5E and 39. RGB value is (35,94,57). Sum of RGB (Red+Green+Blue) = 35+94+57=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 94 (37.11% from 255 or 50.54% from 186); Blue value is 57 (22.66% from 255 or 30.65% from 186); Max value from RGB is 94 - color contains mainly: green. Hex color #235E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E39 is #DCA1C6. Grayscale: #484848. Windows color (decimal): -14459335 or 3759651. OLE color: 3759651.
HSL color Cylindrical-coordinate representation of color #235E39: hue angle of 142.37º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235E39 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 94 | 57 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.63 |
| HSL | 142.37º | 0.46% | 0.25% | - |
| HSV(B) | 142.37º | 0.63% | 0.37% | - |
| XYZ | 5.43 | 8.66 | 5.26 | - |
| YUV | 72.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 57 | 0.63 | 0 | 0.39 | 0.63 | 142.37 | 0.46 | 0.25 |
| Hex | 23 | 5E | 39 | 3F | 0 | 27 | 3F | 8E | 2E | 19 |
| Octal | 43 | 136 | 71 | 77 | 0 | 47 | 77 | 216 | 56 | 31 |
| Binary | 100011 | 1011110 | 111001 | 111111 | 0 | 100111 | 111111 | 10001110 | 101110 | 11001 |
Color Harmonies of #235E39
Complementary color
Monochromatic Colors of #235E39
Black with #235E39
Text Example
Text Example
White with #235E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E39; }
p { color: rgb(35,94,57); }
H1.HeaderClassName
{
color: #235E39;
}
.AnyTagClassName
{
color: #235E39;
}
</style>
background-color css
<style>
a { background-color: #235E39; }
a { background-color: rgb(35,94,57); }
div.DivClassName
{
background-color: #235E39;
}
.BgClassName
{
background-color: #235E39;
}
</style>
border-color css
<style>
span { border-color: #235E39; }
span { border-color: rgb(35,94,57); }
td.TdClassName
{
border-color: #235E39;
}
.TagClassName
{
border-color: #235E39;
}
</style>