Shades of Myrtle #235A1F
Tints of Myrtle #235A1F
RGB
CMYK
RGB Variations
Color information
#235A1F (or 0x235A1F) is known color: Myrtle. HEX triplet: 23, 5A and 1F. RGB value is (35,90,31). Sum of RGB (Red+Green+Blue) = 35+90+31=156 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.44% from 156); Green value is 90 (35.55% from 255 or 57.69% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 90 - color contains mainly: green. Hex color #235A1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #235A1F is #DCA5E0. Grayscale: #434343. Windows color (decimal): -14460385 or 2054691. OLE color: 2054691.
HSL color Cylindrical-coordinate representation of color #235A1F: hue angle of 115.93º degrees, saturation: 0.49, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #235A1F is Cyan = 0.61, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 31 | - |
| CMYK | 0.61 | 0 | 0.66 | 0.65 |
| HSL | 115.93º | 0.49% | 0.24% | - |
| HSV(B) | 115.93º | 0.66% | 0.35% | - |
| XYZ | 4.6 | 7.77 | 2.55 | - |
| YUV | 66.83 | 107.78 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 31 | 0.61 | 0 | 0.66 | 0.65 | 115.93 | 0.49 | 0.24 |
| Hex | 23 | 5A | 1F | 3D | 0 | 42 | 41 | 74 | 31 | 18 |
| Octal | 43 | 132 | 37 | 75 | 0 | 102 | 101 | 164 | 61 | 30 |
| Binary | 100011 | 1011010 | 11111 | 111101 | 0 | 1000010 | 1000001 | 1110100 | 110001 | 11000 |
Color Harmonies of #235A1F
Complementary color
Monochromatic Colors of #235A1F
Black with #235A1F
Text Example
Text Example
White with #235A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A1F; }
p { color: rgb(35,90,31); }
H1.HeaderClassName
{
color: #235A1F;
}
.AnyTagClassName
{
color: #235A1F;
}
</style>
background-color css
<style>
a { background-color: #235A1F; }
a { background-color: rgb(35,90,31); }
div.DivClassName
{
background-color: #235A1F;
}
.BgClassName
{
background-color: #235A1F;
}
</style>
border-color css
<style>
span { border-color: #235A1F; }
span { border-color: rgb(35,90,31); }
td.TdClassName
{
border-color: #235A1F;
}
.TagClassName
{
border-color: #235A1F;
}
</style>