Shades of Green #03850B
Tints of Green #03850B
RGB
CMYK
RGB Variations
Color information
#03850B (or 0x03850B) is known color: Green. HEX triplet: 03, 85 and 0B. RGB value is (3,133,11). Sum of RGB (Red+Green+Blue) = 3+133+11=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 133 (52.34% from 255 or 90.48% from 147); Blue value is 11 (4.69% from 255 or 7.48% from 147); Max value from RGB is 133 - color contains mainly: green. Hex color #03850B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03850B is #FC7AF4. Grayscale: #505050. Windows color (decimal): -16546549 or 754947. OLE color: 754947.
HSL color Cylindrical-coordinate representation of color #03850B: hue angle of 123.69º 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 #03850B is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 133 | 11 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.48 |
| HSL | 123.69º | 0.96% | 0.27% | - |
| HSV(B) | 123.69º | 0.98% | 0.52% | - |
| XYZ | 8.49 | 16.82 | 3.12 | - |
| YUV | 80.22 | 88.93 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 133 | 11 | 0.98 | 0 | 0.92 | 0.48 | 123.69 | 0.96 | 0.27 |
| Hex | 3 | 85 | B | 62 | 0 | 5C | 30 | 7C | 60 | 1B |
| Octal | 3 | 205 | 13 | 142 | 0 | 134 | 60 | 174 | 140 | 33 |
| Binary | 11 | 10000101 | 1011 | 1100010 | 0 | 1011100 | 110000 | 1111100 | 1100000 | 11011 |
Color Harmonies of #03850B
Complementary color
Monochromatic Colors of #03850B
Black with #03850B
Text Example
Text Example
White with #03850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03850B; }
p { color: rgb(3,133,11); }
H1.HeaderClassName
{
color: #03850B;
}
.AnyTagClassName
{
color: #03850B;
}
</style>
background-color css
<style>
a { background-color: #03850B; }
a { background-color: rgb(3,133,11); }
div.DivClassName
{
background-color: #03850B;
}
.BgClassName
{
background-color: #03850B;
}
</style>
border-color css
<style>
span { border-color: #03850B; }
span { border-color: rgb(3,133,11); }
td.TdClassName
{
border-color: #03850B;
}
.TagClassName
{
border-color: #03850B;
}
</style>