Shades of Kaitoke Green #235C33
Tints of Kaitoke Green #235C33
RGB
CMYK
RGB Variations
Color information
#235C33 (or 0x235C33) is known color: Kaitoke Green. HEX triplet: 23, 5C and 33. RGB value is (35,92,51). Sum of RGB (Red+Green+Blue) = 35+92+51=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 92 (36.33% from 255 or 51.69% from 178); Blue value is 51 (20.31% from 255 or 28.65% from 178); Max value from RGB is 92 - color contains mainly: green. Hex color #235C33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C33 is #DCA3CC. Grayscale: #464646. Windows color (decimal): -14459853 or 3365923. OLE color: 3365923.
HSL color Cylindrical-coordinate representation of color #235C33: hue angle of 136.84º 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 #235C33 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 51 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.64 |
| HSL | 136.84º | 0.45% | 0.25% | - |
| HSV(B) | 136.84º | 0.62% | 0.36% | - |
| XYZ | 5.12 | 8.25 | 4.45 | - |
| YUV | 70.28 | 117.12 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 51 | 0.62 | 0 | 0.45 | 0.64 | 136.84 | 0.45 | 0.25 |
| Hex | 23 | 5C | 33 | 3E | 0 | 2D | 40 | 89 | 2D | 19 |
| Octal | 43 | 134 | 63 | 76 | 0 | 55 | 100 | 211 | 55 | 31 |
| Binary | 100011 | 1011100 | 110011 | 111110 | 0 | 101101 | 1000000 | 10001001 | 101101 | 11001 |
Color Harmonies of #235C33
Complementary color
Monochromatic Colors of #235C33
Black with #235C33
Text Example
Text Example
White with #235C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C33; }
p { color: rgb(35,92,51); }
H1.HeaderClassName
{
color: #235C33;
}
.AnyTagClassName
{
color: #235C33;
}
</style>
background-color css
<style>
a { background-color: #235C33; }
a { background-color: rgb(35,92,51); }
div.DivClassName
{
background-color: #235C33;
}
.BgClassName
{
background-color: #235C33;
}
</style>
border-color css
<style>
span { border-color: #235C33; }
span { border-color: rgb(35,92,51); }
td.TdClassName
{
border-color: #235C33;
}
.TagClassName
{
border-color: #235C33;
}
</style>