Shades of Green #03820B
Tints of Green #03820B
RGB
CMYK
RGB Variations
Color information
#03820B (or 0x03820B) is known color: Green. HEX triplet: 03, 82 and 0B. RGB value is (3,130,11). Sum of RGB (Red+Green+Blue) = 3+130+11=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 130 (51.17% from 255 or 90.28% from 144); Blue value is 11 (4.69% from 255 or 7.64% from 144); Max value from RGB is 130 - color contains mainly: green. Hex color #03820B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03820B is #FC7DF4. Grayscale: #4E4E4E. Windows color (decimal): -16547317 or 754179. OLE color: 754179.
HSL color Cylindrical-coordinate representation of color #03820B: hue angle of 123.78º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03820B is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 11 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.49 |
| HSL | 123.78º | 0.95% | 0.26% | - |
| HSV(B) | 123.78º | 0.98% | 0.51% | - |
| XYZ | 8.08 | 16.01 | 2.98 | - |
| YUV | 78.46 | 89.92 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 11 | 0.98 | 0 | 0.92 | 0.49 | 123.78 | 0.95 | 0.26 |
| Hex | 3 | 82 | B | 62 | 0 | 5C | 31 | 7C | 5F | 1A |
| Octal | 3 | 202 | 13 | 142 | 0 | 134 | 61 | 174 | 137 | 32 |
| Binary | 11 | 10000010 | 1011 | 1100010 | 0 | 1011100 | 110001 | 1111100 | 1011111 | 11010 |
Color Harmonies of #03820B
Complementary color
Monochromatic Colors of #03820B
Black with #03820B
Text Example
Text Example
White with #03820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03820B; }
p { color: rgb(3,130,11); }
H1.HeaderClassName
{
color: #03820B;
}
.AnyTagClassName
{
color: #03820B;
}
</style>
background-color css
<style>
a { background-color: #03820B; }
a { background-color: rgb(3,130,11); }
div.DivClassName
{
background-color: #03820B;
}
.BgClassName
{
background-color: #03820B;
}
</style>
border-color css
<style>
span { border-color: #03820B; }
span { border-color: rgb(3,130,11); }
td.TdClassName
{
border-color: #03820B;
}
.TagClassName
{
border-color: #03820B;
}
</style>