Shades of Kaitoke Green #235D36
Tints of Kaitoke Green #235D36
RGB
CMYK
RGB Variations
Color information
#235D36 (or 0x235D36) is known color: Kaitoke Green. HEX triplet: 23, 5D and 36. RGB value is (35,93,54). Sum of RGB (Red+Green+Blue) = 35+93+54=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 54 (21.48% from 255 or 29.67% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #235D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235D36 is #DCA2C9. Grayscale: #474747. Windows color (decimal): -14459594 or 3562787. OLE color: 3562787.
HSL color Cylindrical-coordinate representation of color #235D36: hue angle of 139.66º 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 #235D36 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 54 | - |
| CMYK | 0.62 | 0 | 0.42 | 0.64 |
| HSL | 139.66º | 0.45% | 0.25% | - |
| HSV(B) | 139.66º | 0.62% | 0.36% | - |
| XYZ | 5.27 | 8.45 | 4.84 | - |
| YUV | 71.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 54 | 0.62 | 0 | 0.42 | 0.64 | 139.66 | 0.45 | 0.25 |
| Hex | 23 | 5D | 36 | 3E | 0 | 2A | 40 | 8C | 2D | 19 |
| Octal | 43 | 135 | 66 | 76 | 0 | 52 | 100 | 214 | 55 | 31 |
| Binary | 100011 | 1011101 | 110110 | 111110 | 0 | 101010 | 1000000 | 10001100 | 101101 | 11001 |
Color Harmonies of #235D36
Complementary color
Monochromatic Colors of #235D36
Black with #235D36
Text Example
Text Example
White with #235D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D36; }
p { color: rgb(35,93,54); }
H1.HeaderClassName
{
color: #235D36;
}
.AnyTagClassName
{
color: #235D36;
}
</style>
background-color css
<style>
a { background-color: #235D36; }
a { background-color: rgb(35,93,54); }
div.DivClassName
{
background-color: #235D36;
}
.BgClassName
{
background-color: #235D36;
}
</style>
border-color css
<style>
span { border-color: #235D36; }
span { border-color: rgb(35,93,54); }
td.TdClassName
{
border-color: #235D36;
}
.TagClassName
{
border-color: #235D36;
}
</style>