Shades of Kaitoke Green #234C31
Tints of Kaitoke Green #234C31
RGB
CMYK
RGB Variations
Color information
#234C31 (or 0x234C31) is known color: Kaitoke Green. HEX triplet: 23, 4C and 31. RGB value is (35,76,49). Sum of RGB (Red+Green+Blue) = 35+76+49=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 76 (30.08% from 255 or 47.5% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 76 - color contains mainly: green. Hex color #234C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C31 is #DCB3CE. Grayscale: #3C3C3C. Windows color (decimal): -14463951 or 3230755. OLE color: 3230755.
HSL color Cylindrical-coordinate representation of color #234C31: hue angle of 140.49º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #234C31 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 49 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.70 |
| HSL | 140.49º | 0.37% | 0.22% | - |
| HSV(B) | 140.49º | 0.54% | 0.3% | - |
| XYZ | 3.83 | 5.75 | 3.81 | - |
| YUV | 60.66 | 121.42 | 109.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 49 | 0.54 | 0 | 0.36 | 0.70 | 140.49 | 0.37 | 0.22 |
| Hex | 23 | 4C | 31 | 36 | 0 | 24 | 46 | 8C | 25 | 16 |
| Octal | 43 | 114 | 61 | 66 | 0 | 44 | 106 | 214 | 45 | 26 |
| Binary | 100011 | 1001100 | 110001 | 110110 | 0 | 100100 | 1000110 | 10001100 | 100101 | 10110 |
Color Harmonies of #234C31
Complementary color
Monochromatic Colors of #234C31
Black with #234C31
Text Example
Text Example
White with #234C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C31; }
p { color: rgb(35,76,49); }
H1.HeaderClassName
{
color: #234C31;
}
.AnyTagClassName
{
color: #234C31;
}
</style>
background-color css
<style>
a { background-color: #234C31; }
a { background-color: rgb(35,76,49); }
div.DivClassName
{
background-color: #234C31;
}
.BgClassName
{
background-color: #234C31;
}
</style>
border-color css
<style>
span { border-color: #234C31; }
span { border-color: rgb(35,76,49); }
td.TdClassName
{
border-color: #234C31;
}
.TagClassName
{
border-color: #234C31;
}
</style>