Shades of Green #03860D
Tints of Green #03860D
RGB
CMYK
RGB Variations
Color information
#03860D (or 0x03860D) is known color: Green. HEX triplet: 03, 86 and 0D. RGB value is (3,134,13). Sum of RGB (Red+Green+Blue) = 3+134+13=150 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2% from 150); Green value is 134 (52.73% from 255 or 89.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 134 - color contains mainly: green. Hex color #03860D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03860D is #FC79F2. Grayscale: #515151. Windows color (decimal): -16546291 or 886275. OLE color: 886275.
HSL color Cylindrical-coordinate representation of color #03860D: hue angle of 124.58º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03860D is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 134 | 13 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.47 |
| HSL | 124.58º | 0.96% | 0.27% | - |
| HSV(B) | 124.58º | 0.98% | 0.53% | - |
| XYZ | 8.64 | 17.1 | 3.23 | - |
| YUV | 81.04 | 89.6 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 13 | 0.98 | 0 | 0.90 | 0.47 | 124.58 | 0.96 | 0.27 |
| Hex | 3 | 86 | D | 62 | 0 | 5A | 2F | 7D | 60 | 1B |
| Octal | 3 | 206 | 15 | 142 | 0 | 132 | 57 | 175 | 140 | 33 |
| Binary | 11 | 10000110 | 1101 | 1100010 | 0 | 1011010 | 101111 | 1111101 | 1100000 | 11011 |
Color Harmonies of #03860D
Complementary color
Monochromatic Colors of #03860D
Black with #03860D
Text Example
Text Example
White with #03860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03860D; }
p { color: rgb(3,134,13); }
H1.HeaderClassName
{
color: #03860D;
}
.AnyTagClassName
{
color: #03860D;
}
</style>
background-color css
<style>
a { background-color: #03860D; }
a { background-color: rgb(3,134,13); }
div.DivClassName
{
background-color: #03860D;
}
.BgClassName
{
background-color: #03860D;
}
</style>
border-color css
<style>
span { border-color: #03860D; }
span { border-color: rgb(3,134,13); }
td.TdClassName
{
border-color: #03860D;
}
.TagClassName
{
border-color: #03860D;
}
</style>