Shades of Green #03851D
Tints of Green #03851D
RGB
CMYK
RGB Variations
Color information
#03851D (or 0x03851D) is known color: Green. HEX triplet: 03, 85 and 1D. RGB value is (3,133,29). Sum of RGB (Red+Green+Blue) = 3+133+29=165 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.82% from 165); Green value is 133 (52.34% from 255 or 80.61% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 133 - color contains mainly: green. Hex color #03851D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03851D is #FC7AE2. Grayscale: #525252. Windows color (decimal): -16546531 or 1934595. OLE color: 1934595.
HSL color Cylindrical-coordinate representation of color #03851D: hue angle of 132º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03851D is Cyan = 0.98, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 29 | - |
| CMYK | 0.98 | 0 | 0.78 | 0.48 |
| HSL | 132º | 0.96% | 0.27% | - |
| HSV(B) | 132º | 0.98% | 0.52% | - |
| XYZ | 8.65 | 16.88 | 3.97 | - |
| YUV | 82.27 | 97.93 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 29 | 0.98 | 0 | 0.78 | 0.48 | 132 | 0.96 | 0.27 |
| Hex | 3 | 85 | 1D | 62 | 0 | 4E | 30 | 84 | 60 | 1B |
| Octal | 3 | 205 | 35 | 142 | 0 | 116 | 60 | 204 | 140 | 33 |
| Binary | 11 | 10000101 | 11101 | 1100010 | 0 | 1001110 | 110000 | 10000100 | 1100000 | 11011 |
Color Harmonies of #03851D
Complementary color
Monochromatic Colors of #03851D
Black with #03851D
Text Example
Text Example
White with #03851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03851D; }
p { color: rgb(3,133,29); }
H1.HeaderClassName
{
color: #03851D;
}
.AnyTagClassName
{
color: #03851D;
}
</style>
background-color css
<style>
a { background-color: #03851D; }
a { background-color: rgb(3,133,29); }
div.DivClassName
{
background-color: #03851D;
}
.BgClassName
{
background-color: #03851D;
}
</style>
border-color css
<style>
span { border-color: #03851D; }
span { border-color: rgb(3,133,29); }
td.TdClassName
{
border-color: #03851D;
}
.TagClassName
{
border-color: #03851D;
}
</style>