Shades of Myrtle #185C02
Tints of Myrtle #185C02
RGB
CMYK
RGB Variations
Color information
#185C02 (or 0x185C02) is known color: Myrtle. HEX triplet: 18, 5C and 02. RGB value is (24,92,2). Sum of RGB (Red+Green+Blue) = 24+92+2=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 92 (36.33% from 255 or 77.97% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 92 - color contains mainly: green. Hex color #185C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185C02 is #E7A3FD. Grayscale: #3D3D3D. Windows color (decimal): -15180798 or 154648. OLE color: 154648.
HSL color Cylindrical-coordinate representation of color #185C02: hue angle of 105.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 #185C02 is Cyan = 0.74, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 24 | 92 | 2 | - |
| CMYK | 0.74 | 0 | 0.98 | 0.64 |
| HSL | 105.33º | 0.96% | 0.18% | - |
| HSV(B) | 105.33º | 0.98% | 0.36% | - |
| XYZ | 4.21 | 7.85 | 1.35 | - |
| YUV | 61.41 | 94.47 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 92 | 2 | 0.74 | 0 | 0.98 | 0.64 | 105.33 | 0.96 | 0.18 |
| Hex | 18 | 5C | 2 | 4A | 0 | 62 | 40 | 69 | 60 | 12 |
| Octal | 30 | 134 | 2 | 112 | 0 | 142 | 100 | 151 | 140 | 22 |
| Binary | 11000 | 1011100 | 10 | 1001010 | 0 | 1100010 | 1000000 | 1101001 | 1100000 | 10010 |
Color Harmonies of #185C02
Complementary color
Monochromatic Colors of #185C02
Black with #185C02
Text Example
Text Example
White with #185C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #185C02; }
p { color: rgb(24,92,2); }
H1.HeaderClassName
{
color: #185C02;
}
.AnyTagClassName
{
color: #185C02;
}
</style>
background-color css
<style>
a { background-color: #185C02; }
a { background-color: rgb(24,92,2); }
div.DivClassName
{
background-color: #185C02;
}
.BgClassName
{
background-color: #185C02;
}
</style>
border-color css
<style>
span { border-color: #185C02; }
span { border-color: rgb(24,92,2); }
td.TdClassName
{
border-color: #185C02;
}
.TagClassName
{
border-color: #185C02;
}
</style>