Shades of Kaitoke Green #234C30
Tints of Kaitoke Green #234C30
RGB
CMYK
RGB Variations
Color information
#234C30 (or 0x234C30) is known color: Kaitoke Green. HEX triplet: 23, 4C and 30. RGB value is (35,76,48). Sum of RGB (Red+Green+Blue) = 35+76+48=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 76 (30.08% from 255 or 47.80% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 76 - color contains mainly: green. Hex color #234C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234C30 is #DCB3CF. Grayscale: #3C3C3C. Windows color (decimal): -14463952 or 3165219. OLE color: 3165219.
HSL color Cylindrical-coordinate representation of color #234C30: hue angle of 139.02º 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 #234C30 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 48 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.70 |
| HSL | 139.02º | 0.37% | 0.22% | - |
| HSV(B) | 139.02º | 0.54% | 0.3% | - |
| XYZ | 3.81 | 5.74 | 3.7 | - |
| YUV | 60.55 | 120.92 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 48 | 0.54 | 0 | 0.37 | 0.70 | 139.02 | 0.37 | 0.22 |
| Hex | 23 | 4C | 30 | 36 | 0 | 25 | 46 | 8B | 25 | 16 |
| Octal | 43 | 114 | 60 | 66 | 0 | 45 | 106 | 213 | 45 | 26 |
| Binary | 100011 | 1001100 | 110000 | 110110 | 0 | 100101 | 1000110 | 10001011 | 100101 | 10110 |
Color Harmonies of #234C30
Complementary color
Monochromatic Colors of #234C30
Black with #234C30
Text Example
Text Example
White with #234C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C30; }
p { color: rgb(35,76,48); }
H1.HeaderClassName
{
color: #234C30;
}
.AnyTagClassName
{
color: #234C30;
}
</style>
background-color css
<style>
a { background-color: #234C30; }
a { background-color: rgb(35,76,48); }
div.DivClassName
{
background-color: #234C30;
}
.BgClassName
{
background-color: #234C30;
}
</style>
border-color css
<style>
span { border-color: #234C30; }
span { border-color: rgb(35,76,48); }
td.TdClassName
{
border-color: #234C30;
}
.TagClassName
{
border-color: #234C30;
}
</style>