Shades of Myrtle #234A28
Tints of Myrtle #234A28
RGB
CMYK
RGB Variations
Color information
#234A28 (or 0x234A28) is known color: Myrtle. HEX triplet: 23, 4A and 28. RGB value is (35,74,40). Sum of RGB (Red+Green+Blue) = 35+74+40=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 74 (29.30% from 255 or 49.66% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 74 - color contains mainly: green. Hex color #234A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234A28 is #DCB5D7. Grayscale: #3A3A3A. Windows color (decimal): -14464472 or 2640419. OLE color: 2640419.
HSL color Cylindrical-coordinate representation of color #234A28: hue angle of 127.69º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #234A28 is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 74 | 40 | - |
| CMYK | 0.53 | 0 | 0.46 | 0.71 |
| HSL | 127.69º | 0.36% | 0.21% | - |
| HSV(B) | 127.69º | 0.53% | 0.29% | - |
| XYZ | 3.52 | 5.41 | 2.87 | - |
| YUV | 58.46 | 117.58 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 40 | 0.53 | 0 | 0.46 | 0.71 | 127.69 | 0.36 | 0.21 |
| Hex | 23 | 4A | 28 | 35 | 0 | 2E | 47 | 80 | 24 | 15 |
| Octal | 43 | 112 | 50 | 65 | 0 | 56 | 107 | 200 | 44 | 25 |
| Binary | 100011 | 1001010 | 101000 | 110101 | 0 | 101110 | 1000111 | 10000000 | 100100 | 10101 |
Color Harmonies of #234A28
Complementary color
Monochromatic Colors of #234A28
Black with #234A28
Text Example
Text Example
White with #234A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234A28; }
p { color: rgb(35,74,40); }
H1.HeaderClassName
{
color: #234A28;
}
.AnyTagClassName
{
color: #234A28;
}
</style>
background-color css
<style>
a { background-color: #234A28; }
a { background-color: rgb(35,74,40); }
div.DivClassName
{
background-color: #234A28;
}
.BgClassName
{
background-color: #234A28;
}
</style>
border-color css
<style>
span { border-color: #234A28; }
span { border-color: rgb(35,74,40); }
td.TdClassName
{
border-color: #234A28;
}
.TagClassName
{
border-color: #234A28;
}
</style>