Shades of Green #03800A
Tints of Green #03800A
RGB
CMYK
RGB Variations
Color information
#03800A (or 0x03800A) is known color: Green. HEX triplet: 03, 80 and 0A. RGB value is (3,128,10). Sum of RGB (Red+Green+Blue) = 3+128+10=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 128 (50.39% from 255 or 90.78% from 141); Blue value is 10 (4.30% from 255 or 7.09% from 141); Max value from RGB is 128 - color contains mainly: green. Hex color #03800A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03800A is #FC7FF5. Grayscale: #4D4D4D. Windows color (decimal): -16547830 or 688131. OLE color: 688131.
HSL color Cylindrical-coordinate representation of color #03800A: hue angle of 123.36º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03800A is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 10 | - |
| CMYK | 0.98 | 0 | 0.92 | 0.50 |
| HSL | 123.36º | 0.95% | 0.26% | - |
| HSV(B) | 123.36º | 0.98% | 0.5% | - |
| XYZ | 7.81 | 15.48 | 2.86 | - |
| YUV | 77.17 | 90.09 | 75.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 10 | 0.98 | 0 | 0.92 | 0.50 | 123.36 | 0.95 | 0.26 |
| Hex | 3 | 80 | A | 62 | 0 | 5C | 32 | 7B | 5F | 1A |
| Octal | 3 | 200 | 12 | 142 | 0 | 134 | 62 | 173 | 137 | 32 |
| Binary | 11 | 10000000 | 1010 | 1100010 | 0 | 1011100 | 110010 | 1111011 | 1011111 | 11010 |
Color Harmonies of #03800A
Complementary color
Monochromatic Colors of #03800A
Black with #03800A
Text Example
Text Example
White with #03800A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03800A; }
p { color: rgb(3,128,10); }
H1.HeaderClassName
{
color: #03800A;
}
.AnyTagClassName
{
color: #03800A;
}
</style>
background-color css
<style>
a { background-color: #03800A; }
a { background-color: rgb(3,128,10); }
div.DivClassName
{
background-color: #03800A;
}
.BgClassName
{
background-color: #03800A;
}
</style>
border-color css
<style>
span { border-color: #03800A; }
span { border-color: rgb(3,128,10); }
td.TdClassName
{
border-color: #03800A;
}
.TagClassName
{
border-color: #03800A;
}
</style>