Shades of Myrtle #234C02
Tints of Myrtle #234C02
RGB
CMYK
RGB Variations
Color information
#234C02 (or 0x234C02) is known color: Myrtle. HEX triplet: 23, 4C and 02. RGB value is (35,76,2). Sum of RGB (Red+Green+Blue) = 35+76+2=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #234C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #234C02 is #DCB3FD. Grayscale: #373737. Windows color (decimal): -14463998 or 150563. OLE color: 150563.
HSL color Cylindrical-coordinate representation of color #234C02: hue angle of 93.24º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #234C02 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 76 | 2 | - |
| CMYK | 0.54 | 0 | 0.97 | 0.70 |
| HSL | 93.24º | 0.95% | 0.15% | - |
| HSV(B) | 93.24º | 0.97% | 0.3% | - |
| XYZ | 3.29 | 5.53 | 0.95 | - |
| YUV | 55.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 2 | 0.54 | 0 | 0.97 | 0.70 | 93.24 | 0.95 | 0.15 |
| Hex | 23 | 4C | 2 | 36 | 0 | 61 | 46 | 5D | 5F | F |
| Octal | 43 | 114 | 2 | 66 | 0 | 141 | 106 | 135 | 137 | 17 |
| Binary | 100011 | 1001100 | 10 | 110110 | 0 | 1100001 | 1000110 | 1011101 | 1011111 | 1111 |
Color Harmonies of #234C02
Complementary color
Monochromatic Colors of #234C02
Black with #234C02
Text Example
Text Example
White with #234C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234C02; }
p { color: rgb(35,76,2); }
H1.HeaderClassName
{
color: #234C02;
}
.AnyTagClassName
{
color: #234C02;
}
</style>
background-color css
<style>
a { background-color: #234C02; }
a { background-color: rgb(35,76,2); }
div.DivClassName
{
background-color: #234C02;
}
.BgClassName
{
background-color: #234C02;
}
</style>
border-color css
<style>
span { border-color: #234C02; }
span { border-color: rgb(35,76,2); }
td.TdClassName
{
border-color: #234C02;
}
.TagClassName
{
border-color: #234C02;
}
</style>