Shades of Green #03861D
Tints of Green #03861D
RGB
CMYK
RGB Variations
Color information
#03861D (or 0x03861D) is known color: Green. HEX triplet: 03, 86 and 1D. RGB value is (3,134,29). Sum of RGB (Red+Green+Blue) = 3+134+29=166 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.81% from 166); Green value is 134 (52.73% from 255 or 80.72% from 166); Blue value is 29 (11.72% from 255 or 17.47% from 166); Max value from RGB is 134 - color contains mainly: green. Hex color #03861D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03861D is #FC79E2. Grayscale: #535353. Windows color (decimal): -16546275 or 1934851. OLE color: 1934851.
HSL color Cylindrical-coordinate representation of color #03861D: hue angle of 131.91º 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 #03861D is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 134 | 29 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.47 |
| HSL | 131.91º | 0.96% | 0.27% | - |
| HSV(B) | 131.91º | 0.98% | 0.53% | - |
| XYZ | 8.78 | 17.16 | 4.01 | - |
| YUV | 82.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 134 | 29 | 0.98 | 0 | 0.78 | 0.47 | 131.91 | 0.96 | 0.27 |
| Hex | 3 | 86 | 1D | 62 | 0 | 4E | 2F | 84 | 60 | 1B |
| Octal | 3 | 206 | 35 | 142 | 0 | 116 | 57 | 204 | 140 | 33 |
| Binary | 11 | 10000110 | 11101 | 1100010 | 0 | 1001110 | 101111 | 10000100 | 1100000 | 11011 |
Color Harmonies of #03861D
Complementary color
Monochromatic Colors of #03861D
Black with #03861D
Text Example
Text Example
White with #03861D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03861D; }
p { color: rgb(3,134,29); }
H1.HeaderClassName
{
color: #03861D;
}
.AnyTagClassName
{
color: #03861D;
}
</style>
background-color css
<style>
a { background-color: #03861D; }
a { background-color: rgb(3,134,29); }
div.DivClassName
{
background-color: #03861D;
}
.BgClassName
{
background-color: #03861D;
}
</style>
border-color css
<style>
span { border-color: #03861D; }
span { border-color: rgb(3,134,29); }
td.TdClassName
{
border-color: #03861D;
}
.TagClassName
{
border-color: #03861D;
}
</style>