Shades of Kaitoke Green #235E38
Tints of Kaitoke Green #235E38
RGB
CMYK
RGB Variations
Color information
#235E38 (or 0x235E38) is known color: Kaitoke Green. HEX triplet: 23, 5E and 38. RGB value is (35,94,56). Sum of RGB (Red+Green+Blue) = 35+94+56=185 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.92% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 56 (22.27% from 255 or 30.27% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #235E38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235E38 is #DCA1C7. Grayscale: #484848. Windows color (decimal): -14459336 or 3694115. OLE color: 3694115.
HSL color Cylindrical-coordinate representation of color #235E38: hue angle of 141.36º 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 #235E38 is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 94 | 56 | - |
| CMYK | 0.63 | 0 | 0.40 | 0.63 |
| HSL | 141.36º | 0.46% | 0.25% | - |
| HSV(B) | 141.36º | 0.63% | 0.37% | - |
| XYZ | 5.41 | 8.65 | 5.13 | - |
| YUV | 72.03 | 118.95 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 56 | 0.63 | 0 | 0.40 | 0.63 | 141.36 | 0.46 | 0.25 |
| Hex | 23 | 5E | 38 | 3F | 0 | 28 | 3F | 8D | 2E | 19 |
| Octal | 43 | 136 | 70 | 77 | 0 | 50 | 77 | 215 | 56 | 31 |
| Binary | 100011 | 1011110 | 111000 | 111111 | 0 | 101000 | 111111 | 10001101 | 101110 | 11001 |
Color Harmonies of #235E38
Complementary color
Monochromatic Colors of #235E38
Black with #235E38
Text Example
Text Example
White with #235E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E38; }
p { color: rgb(35,94,56); }
H1.HeaderClassName
{
color: #235E38;
}
.AnyTagClassName
{
color: #235E38;
}
</style>
background-color css
<style>
a { background-color: #235E38; }
a { background-color: rgb(35,94,56); }
div.DivClassName
{
background-color: #235E38;
}
.BgClassName
{
background-color: #235E38;
}
</style>
border-color css
<style>
span { border-color: #235E38; }
span { border-color: rgb(35,94,56); }
td.TdClassName
{
border-color: #235E38;
}
.TagClassName
{
border-color: #235E38;
}
</style>