Shades of Myrtle #1B5D02
Tints of Myrtle #1B5D02
RGB
CMYK
RGB Variations
Color information
#1B5D02 (or 0x1B5D02) is known color: Myrtle. HEX triplet: 1B, 5D and 02. RGB value is (27,93,2). Sum of RGB (Red+Green+Blue) = 27+93+2=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 93 (36.72% from 255 or 76.23% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 93 - color contains mainly: green. Hex color #1B5D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5D02 is #E4A2FD. Grayscale: #3F3F3F. Windows color (decimal): -14983934 or 154907. OLE color: 154907.
HSL color Cylindrical-coordinate representation of color #1B5D02: hue angle of 103.52º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B5D02 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 93 | 2 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.64 |
| HSL | 103.52º | 0.96% | 0.19% | - |
| HSV(B) | 103.52º | 0.98% | 0.36% | - |
| XYZ | 4.38 | 8.07 | 1.38 | - |
| YUV | 62.89 | 93.63 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 93 | 2 | 0.71 | 0 | 0.98 | 0.64 | 103.52 | 0.96 | 0.19 |
| Hex | 1B | 5D | 2 | 47 | 0 | 62 | 40 | 68 | 60 | 13 |
| Octal | 33 | 135 | 2 | 107 | 0 | 142 | 100 | 150 | 140 | 23 |
| Binary | 11011 | 1011101 | 10 | 1000111 | 0 | 1100010 | 1000000 | 1101000 | 1100000 | 10011 |
Color Harmonies of #1B5D02
Complementary color
Monochromatic Colors of #1B5D02
Black with #1B5D02
Text Example
Text Example
White with #1B5D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5D02; }
p { color: rgb(27,93,2); }
H1.HeaderClassName
{
color: #1B5D02;
}
.AnyTagClassName
{
color: #1B5D02;
}
</style>
background-color css
<style>
a { background-color: #1B5D02; }
a { background-color: rgb(27,93,2); }
div.DivClassName
{
background-color: #1B5D02;
}
.BgClassName
{
background-color: #1B5D02;
}
</style>
border-color css
<style>
span { border-color: #1B5D02; }
span { border-color: rgb(27,93,2); }
td.TdClassName
{
border-color: #1B5D02;
}
.TagClassName
{
border-color: #1B5D02;
}
</style>