Shades of Green #03820A
Tints of Green #03820A
RGB
CMYK
RGB Variations
Color information
#03820A (or 0x03820A) is known color: Green. HEX triplet: 03, 82 and 0A. RGB value is (3,130,10). Sum of RGB (Red+Green+Blue) = 3+130+10=143 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.10% from 143); Green value is 130 (51.17% from 255 or 90.91% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 130 - color contains mainly: green. Hex color #03820A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03820A is #FC7DF5. Grayscale: #4E4E4E. Windows color (decimal): -16547318 or 688643. OLE color: 688643.
HSL color Cylindrical-coordinate representation of color #03820A: hue angle of 123.31º 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 #03820A is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 130 | 10 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.49 |
| HSL | 123.31º | 0.95% | 0.26% | - |
| HSV(B) | 123.31º | 0.98% | 0.51% | - |
| XYZ | 8.07 | 16.01 | 2.95 | - |
| YUV | 78.35 | 89.42 | 74.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 130 | 10 | 0.98 | 0 | 0.92 | 0.49 | 123.31 | 0.95 | 0.26 |
| Hex | 3 | 82 | A | 62 | 0 | 5C | 31 | 7B | 5F | 1A |
| Octal | 3 | 202 | 12 | 142 | 0 | 134 | 61 | 173 | 137 | 32 |
| Binary | 11 | 10000010 | 1010 | 1100010 | 0 | 1011100 | 110001 | 1111011 | 1011111 | 11010 |
Color Harmonies of #03820A
Complementary color
Monochromatic Colors of #03820A
Black with #03820A
Text Example
Text Example
White with #03820A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03820A; }
p { color: rgb(3,130,10); }
H1.HeaderClassName
{
color: #03820A;
}
.AnyTagClassName
{
color: #03820A;
}
</style>
background-color css
<style>
a { background-color: #03820A; }
a { background-color: rgb(3,130,10); }
div.DivClassName
{
background-color: #03820A;
}
.BgClassName
{
background-color: #03820A;
}
</style>
border-color css
<style>
span { border-color: #03820A; }
span { border-color: rgb(3,130,10); }
td.TdClassName
{
border-color: #03820A;
}
.TagClassName
{
border-color: #03820A;
}
</style>