Shades of Kaitoke Green #235C31
Tints of Kaitoke Green #235C31
RGB
CMYK
RGB Variations
Color information
#235C31 (or 0x235C31) is known color: Kaitoke Green. HEX triplet: 23, 5C and 31. RGB value is (35,92,49). Sum of RGB (Red+Green+Blue) = 35+92+49=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 92 (36.33% from 255 or 52.27% from 176); Blue value is 49 (19.53% from 255 or 27.84% from 176); Max value from RGB is 92 - color contains mainly: green. Hex color #235C31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235C31 is #DCA3CE. Grayscale: #464646. Windows color (decimal): -14459855 or 3234851. OLE color: 3234851.
HSL color Cylindrical-coordinate representation of color #235C31: hue angle of 134.74º 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 #235C31 is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 49 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.64 |
| HSL | 134.74º | 0.45% | 0.25% | - |
| HSV(B) | 134.74º | 0.62% | 0.36% | - |
| XYZ | 5.07 | 8.23 | 4.23 | - |
| YUV | 70.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 49 | 0.62 | 0 | 0.47 | 0.64 | 134.74 | 0.45 | 0.25 |
| Hex | 23 | 5C | 31 | 3E | 0 | 2F | 40 | 87 | 2D | 19 |
| Octal | 43 | 134 | 61 | 76 | 0 | 57 | 100 | 207 | 55 | 31 |
| Binary | 100011 | 1011100 | 110001 | 111110 | 0 | 101111 | 1000000 | 10000111 | 101101 | 11001 |
Color Harmonies of #235C31
Complementary color
Monochromatic Colors of #235C31
Black with #235C31
Text Example
Text Example
White with #235C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C31; }
p { color: rgb(35,92,49); }
H1.HeaderClassName
{
color: #235C31;
}
.AnyTagClassName
{
color: #235C31;
}
</style>
background-color css
<style>
a { background-color: #235C31; }
a { background-color: rgb(35,92,49); }
div.DivClassName
{
background-color: #235C31;
}
.BgClassName
{
background-color: #235C31;
}
</style>
border-color css
<style>
span { border-color: #235C31; }
span { border-color: rgb(35,92,49); }
td.TdClassName
{
border-color: #235C31;
}
.TagClassName
{
border-color: #235C31;
}
</style>