Shades of Myrtle #1B4702
Tints of Myrtle #1B4702
RGB
CMYK
RGB Variations
Color information
#1B4702 (or 0x1B4702) is known color: Myrtle. HEX triplet: 1B, 47 and 02. RGB value is (27,71,2). Sum of RGB (Red+Green+Blue) = 27+71+2=100 (13% of max value = 765). Red value is 27 (10.94% from 255 or 27% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 2 (1.17% from 255 or 2% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #1B4702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B4702 is #E4B8FD. Grayscale: #323232. Windows color (decimal): -14989566 or 149275. OLE color: 149275.
HSL color Cylindrical-coordinate representation of color #1B4702: hue angle of 98.26º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B4702 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 27 | 71 | 2 | - |
| CMYK | 0.62 | 0 | 0.97 | 0.72 |
| HSL | 98.26º | 0.95% | 0.14% | - |
| HSV(B) | 98.26º | 0.97% | 0.28% | - |
| XYZ | 2.72 | 4.74 | 0.83 | - |
| YUV | 49.98 | 100.92 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 71 | 2 | 0.62 | 0 | 0.97 | 0.72 | 98.26 | 0.95 | 0.14 |
| Hex | 1B | 47 | 2 | 3E | 0 | 61 | 48 | 62 | 5F | E |
| Octal | 33 | 107 | 2 | 76 | 0 | 141 | 110 | 142 | 137 | 16 |
| Binary | 11011 | 1000111 | 10 | 111110 | 0 | 1100001 | 1001000 | 1100010 | 1011111 | 1110 |
Color Harmonies of #1B4702
Complementary color
Monochromatic Colors of #1B4702
Black with #1B4702
Text Example
Text Example
White with #1B4702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B4702; }
p { color: rgb(27,71,2); }
H1.HeaderClassName
{
color: #1B4702;
}
.AnyTagClassName
{
color: #1B4702;
}
</style>
background-color css
<style>
a { background-color: #1B4702; }
a { background-color: rgb(27,71,2); }
div.DivClassName
{
background-color: #1B4702;
}
.BgClassName
{
background-color: #1B4702;
}
</style>
border-color css
<style>
span { border-color: #1B4702; }
span { border-color: rgb(27,71,2); }
td.TdClassName
{
border-color: #1B4702;
}
.TagClassName
{
border-color: #1B4702;
}
</style>