Shades of Green #03830D
Tints of Green #03830D
RGB
CMYK
RGB Variations
Color information
#03830D (or 0x03830D) is known color: Green. HEX triplet: 03, 83 and 0D. RGB value is (3,131,13). Sum of RGB (Red+Green+Blue) = 3+131+13=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 131 (51.56% from 255 or 89.12% from 147); Blue value is 13 (5.47% from 255 or 8.84% from 147); Max value from RGB is 131 - color contains mainly: green. Hex color #03830D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03830D is #FC7CF2. Grayscale: #4F4F4F. Windows color (decimal): -16547059 or 885507. OLE color: 885507.
HSL color Cylindrical-coordinate representation of color #03830D: hue angle of 124.69º degrees, saturation: 0.96, 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 #03830D is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 131 | 13 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.49 |
| HSL | 124.69º | 0.96% | 0.26% | - |
| HSV(B) | 124.69º | 0.98% | 0.51% | - |
| XYZ | 8.23 | 16.28 | 3.09 | - |
| YUV | 79.28 | 90.59 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 131 | 13 | 0.98 | 0 | 0.90 | 0.49 | 124.69 | 0.96 | 0.26 |
| Hex | 3 | 83 | D | 62 | 0 | 5A | 31 | 7D | 60 | 1A |
| Octal | 3 | 203 | 15 | 142 | 0 | 132 | 61 | 175 | 140 | 32 |
| Binary | 11 | 10000011 | 1101 | 1100010 | 0 | 1011010 | 110001 | 1111101 | 1100000 | 11010 |
Color Harmonies of #03830D
Complementary color
Monochromatic Colors of #03830D
Black with #03830D
Text Example
Text Example
White with #03830D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03830D; }
p { color: rgb(3,131,13); }
H1.HeaderClassName
{
color: #03830D;
}
.AnyTagClassName
{
color: #03830D;
}
</style>
background-color css
<style>
a { background-color: #03830D; }
a { background-color: rgb(3,131,13); }
div.DivClassName
{
background-color: #03830D;
}
.BgClassName
{
background-color: #03830D;
}
</style>
border-color css
<style>
span { border-color: #03830D; }
span { border-color: rgb(3,131,13); }
td.TdClassName
{
border-color: #03830D;
}
.TagClassName
{
border-color: #03830D;
}
</style>