Shades of Myrtle #235A1E
Tints of Myrtle #235A1E
RGB
CMYK
RGB Variations
Color information
#235A1E (or 0x235A1E) is known color: Myrtle. HEX triplet: 23, 5A and 1E. RGB value is (35,90,30). Sum of RGB (Red+Green+Blue) = 35+90+30=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 90 (35.55% from 255 or 58.06% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 90 - color contains mainly: green. Hex color #235A1E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A1E is #DCA5E1. Grayscale: #424242. Windows color (decimal): -14460386 or 1989155. OLE color: 1989155.
HSL color Cylindrical-coordinate representation of color #235A1E: hue angle of 115º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #235A1E is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 30 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.65 |
| HSL | 115º | 0.5% | 0.24% | - |
| HSV(B) | 115º | 0.67% | 0.35% | - |
| XYZ | 4.58 | 7.76 | 2.49 | - |
| YUV | 66.72 | 107.28 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 30 | 0.61 | 0 | 0.67 | 0.65 | 115 | 0.5 | 0.24 |
| Hex | 23 | 5A | 1E | 3D | 0 | 43 | 41 | 73 | 32 | 18 |
| Octal | 43 | 132 | 36 | 75 | 0 | 103 | 101 | 163 | 62 | 30 |
| Binary | 100011 | 1011010 | 11110 | 111101 | 0 | 1000011 | 1000001 | 1110011 | 110010 | 11000 |
Color Harmonies of #235A1E
Complementary color
Monochromatic Colors of #235A1E
Black with #235A1E
Text Example
Text Example
White with #235A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A1E; }
p { color: rgb(35,90,30); }
H1.HeaderClassName
{
color: #235A1E;
}
.AnyTagClassName
{
color: #235A1E;
}
</style>
background-color css
<style>
a { background-color: #235A1E; }
a { background-color: rgb(35,90,30); }
div.DivClassName
{
background-color: #235A1E;
}
.BgClassName
{
background-color: #235A1E;
}
</style>
border-color css
<style>
span { border-color: #235A1E; }
span { border-color: rgb(35,90,30); }
td.TdClassName
{
border-color: #235A1E;
}
.TagClassName
{
border-color: #235A1E;
}
</style>