Shades of Kaitoke Green #234C2F
Tints of Kaitoke Green #234C2F
RGB
CMYK
RGB Variations
Color information
#234C2F (or 0x234C2F) is known color: Kaitoke Green. HEX triplet: 23, 4C and 2F. RGB value is (35,76,47). Sum of RGB (Red+Green+Blue) = 35+76+47=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 76 (30.08% from 255 or 48.10% from 158); Blue value is 47 (18.75% from 255 or 29.75% from 158); Max value from RGB is 76 - color contains mainly: green. Hex color #234C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C2F is #DCB3D0. Grayscale: #3C3C3C. Windows color (decimal): -14463953 or 3099683. OLE color: 3099683.
HSL color Cylindrical-coordinate representation of color #234C2F: hue angle of 137.56º 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 #234C2F is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 47 | - |
| CMYK | 0.54 | 0 | 0.38 | 0.70 |
| HSL | 137.56º | 0.37% | 0.22% | - |
| HSV(B) | 137.56º | 0.54% | 0.3% | - |
| XYZ | 3.79 | 5.73 | 3.6 | - |
| YUV | 60.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 47 | 0.54 | 0 | 0.38 | 0.70 | 137.56 | 0.37 | 0.22 |
| Hex | 23 | 4C | 2F | 36 | 0 | 26 | 46 | 8A | 25 | 16 |
| Octal | 43 | 114 | 57 | 66 | 0 | 46 | 106 | 212 | 45 | 26 |
| Binary | 100011 | 1001100 | 101111 | 110110 | 0 | 100110 | 1000110 | 10001010 | 100101 | 10110 |
Color Harmonies of #234C2F
Complementary color
Monochromatic Colors of #234C2F
Black with #234C2F
Text Example
Text Example
White with #234C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C2F; }
p { color: rgb(35,76,47); }
H1.HeaderClassName
{
color: #234C2F;
}
.AnyTagClassName
{
color: #234C2F;
}
</style>
background-color css
<style>
a { background-color: #234C2F; }
a { background-color: rgb(35,76,47); }
div.DivClassName
{
background-color: #234C2F;
}
.BgClassName
{
background-color: #234C2F;
}
</style>
border-color css
<style>
span { border-color: #234C2F; }
span { border-color: rgb(35,76,47); }
td.TdClassName
{
border-color: #234C2F;
}
.TagClassName
{
border-color: #234C2F;
}
</style>