Shades of Myrtle #1B5C02
Tints of Myrtle #1B5C02
RGB
CMYK
RGB Variations
Color information
#1B5C02 (or 0x1B5C02) is known color: Myrtle. HEX triplet: 1B, 5C and 02. RGB value is (27,92,2). Sum of RGB (Red+Green+Blue) = 27+92+2=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 92 (36.33% from 255 or 76.03% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 92 - color contains mainly: green. Hex color #1B5C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #1B5C02 is #E4A3FD. Grayscale: #3E3E3E. Windows color (decimal): -14984190 or 154651. OLE color: 154651.
HSL color Cylindrical-coordinate representation of color #1B5C02: hue angle of 103.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B5C02 is Cyan = 0.71, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 27 | 92 | 2 | - |
| CMYK | 0.71 | 0 | 0.98 | 0.64 |
| HSL | 103.33º | 0.96% | 0.18% | - |
| HSV(B) | 103.33º | 0.98% | 0.36% | - |
| XYZ | 4.29 | 7.89 | 1.35 | - |
| YUV | 62.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 92 | 2 | 0.71 | 0 | 0.98 | 0.64 | 103.33 | 0.96 | 0.18 |
| Hex | 1B | 5C | 2 | 47 | 0 | 62 | 40 | 67 | 60 | 12 |
| Octal | 33 | 134 | 2 | 107 | 0 | 142 | 100 | 147 | 140 | 22 |
| Binary | 11011 | 1011100 | 10 | 1000111 | 0 | 1100010 | 1000000 | 1100111 | 1100000 | 10010 |
Color Harmonies of #1B5C02
Complementary color
Monochromatic Colors of #1B5C02
Black with #1B5C02
Text Example
Text Example
White with #1B5C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5C02; }
p { color: rgb(27,92,2); }
H1.HeaderClassName
{
color: #1B5C02;
}
.AnyTagClassName
{
color: #1B5C02;
}
</style>
background-color css
<style>
a { background-color: #1B5C02; }
a { background-color: rgb(27,92,2); }
div.DivClassName
{
background-color: #1B5C02;
}
.BgClassName
{
background-color: #1B5C02;
}
</style>
border-color css
<style>
span { border-color: #1B5C02; }
span { border-color: rgb(27,92,2); }
td.TdClassName
{
border-color: #1B5C02;
}
.TagClassName
{
border-color: #1B5C02;
}
</style>