Shades of Green #03851B
Tints of Green #03851B
RGB
CMYK
RGB Variations
Color information
#03851B (or 0x03851B) is known color: Green. HEX triplet: 03, 85 and 1B. RGB value is (3,133,27). Sum of RGB (Red+Green+Blue) = 3+133+27=163 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.84% from 163); Green value is 133 (52.34% from 255 or 81.60% from 163); Blue value is 27 (10.94% from 255 or 16.56% from 163); Max value from RGB is 133 - color contains mainly: green. Hex color #03851B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03851B is #FC7AE4. Grayscale: #525252. Windows color (decimal): -16546533 or 1803523. OLE color: 1803523.
HSL color Cylindrical-coordinate representation of color #03851B: hue angle of 131.08º 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 #03851B is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 27 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.48 |
| HSL | 131.08º | 0.96% | 0.27% | - |
| HSV(B) | 131.08º | 0.98% | 0.52% | - |
| XYZ | 8.62 | 16.87 | 3.84 | - |
| YUV | 82.05 | 96.93 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 27 | 0.98 | 0 | 0.80 | 0.48 | 131.08 | 0.96 | 0.27 |
| Hex | 3 | 85 | 1B | 62 | 0 | 50 | 30 | 83 | 60 | 1B |
| Octal | 3 | 205 | 33 | 142 | 0 | 120 | 60 | 203 | 140 | 33 |
| Binary | 11 | 10000101 | 11011 | 1100010 | 0 | 1010000 | 110000 | 10000011 | 1100000 | 11011 |
Color Harmonies of #03851B
Complementary color
Monochromatic Colors of #03851B
Black with #03851B
Text Example
Text Example
White with #03851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03851B; }
p { color: rgb(3,133,27); }
H1.HeaderClassName
{
color: #03851B;
}
.AnyTagClassName
{
color: #03851B;
}
</style>
background-color css
<style>
a { background-color: #03851B; }
a { background-color: rgb(3,133,27); }
div.DivClassName
{
background-color: #03851B;
}
.BgClassName
{
background-color: #03851B;
}
</style>
border-color css
<style>
span { border-color: #03851B; }
span { border-color: rgb(3,133,27); }
td.TdClassName
{
border-color: #03851B;
}
.TagClassName
{
border-color: #03851B;
}
</style>