Shades of Kaitoke Green #234D31
Tints of Kaitoke Green #234D31
RGB
CMYK
RGB Variations
Color information
#234D31 (or 0x234D31) is known color: Kaitoke Green. HEX triplet: 23, 4D and 31. RGB value is (35,77,49). Sum of RGB (Red+Green+Blue) = 35+77+49=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 77 (30.47% from 255 or 47.83% from 161); Blue value is 49 (19.53% from 255 or 30.43% from 161); Max value from RGB is 77 - color contains mainly: green. Hex color #234D31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D31 is #DCB2CE. Grayscale: #3D3D3D. Windows color (decimal): -14463695 or 3231011. OLE color: 3231011.
HSL color Cylindrical-coordinate representation of color #234D31: hue angle of 140º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D31 is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 77 | 49 | - |
| CMYK | 0.55 | 0 | 0.36 | 0.70 |
| HSL | 140º | 0.38% | 0.22% | - |
| HSV(B) | 140º | 0.55% | 0.3% | - |
| XYZ | 3.9 | 5.89 | 3.84 | - |
| YUV | 61.25 | 121.09 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 49 | 0.55 | 0 | 0.36 | 0.70 | 140 | 0.38 | 0.22 |
| Hex | 23 | 4D | 31 | 37 | 0 | 24 | 46 | 8C | 26 | 16 |
| Octal | 43 | 115 | 61 | 67 | 0 | 44 | 106 | 214 | 46 | 26 |
| Binary | 100011 | 1001101 | 110001 | 110111 | 0 | 100100 | 1000110 | 10001100 | 100110 | 10110 |
Color Harmonies of #234D31
Complementary color
Monochromatic Colors of #234D31
Black with #234D31
Text Example
Text Example
White with #234D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234D31; }
p { color: rgb(35,77,49); }
H1.HeaderClassName
{
color: #234D31;
}
.AnyTagClassName
{
color: #234D31;
}
</style>
background-color css
<style>
a { background-color: #234D31; }
a { background-color: rgb(35,77,49); }
div.DivClassName
{
background-color: #234D31;
}
.BgClassName
{
background-color: #234D31;
}
</style>
border-color css
<style>
span { border-color: #234D31; }
span { border-color: rgb(35,77,49); }
td.TdClassName
{
border-color: #234D31;
}
.TagClassName
{
border-color: #234D31;
}
</style>