Shades of Green #03810C
Tints of Green #03810C
RGB
CMYK
RGB Variations
Color information
#03810C (or 0x03810C) is known color: Green. HEX triplet: 03, 81 and 0C. RGB value is (3,129,12). Sum of RGB (Red+Green+Blue) = 3+129+12=144 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.08% from 144); Green value is 129 (50.78% from 255 or 89.58% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 129 - color contains mainly: green. Hex color #03810C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03810C is #FC7EF3. Grayscale: #4E4E4E. Windows color (decimal): -16547572 or 819459. OLE color: 819459.
HSL color Cylindrical-coordinate representation of color #03810C: hue angle of 124.29º 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 #03810C is Cyan = 0.98, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 129 | 12 | - |
| CMYK | 0.98 | 0 | 0.91 | 0.49 |
| HSL | 124.29º | 0.95% | 0.26% | - |
| HSV(B) | 124.29º | 0.98% | 0.51% | - |
| XYZ | 7.95 | 15.75 | 2.97 | - |
| YUV | 77.99 | 90.76 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 129 | 12 | 0.98 | 0 | 0.91 | 0.49 | 124.29 | 0.95 | 0.26 |
| Hex | 3 | 81 | C | 62 | 0 | 5B | 31 | 7C | 5F | 1A |
| Octal | 3 | 201 | 14 | 142 | 0 | 133 | 61 | 174 | 137 | 32 |
| Binary | 11 | 10000001 | 1100 | 1100010 | 0 | 1011011 | 110001 | 1111100 | 1011111 | 11010 |
Color Harmonies of #03810C
Complementary color
Monochromatic Colors of #03810C
Black with #03810C
Text Example
Text Example
White with #03810C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03810C; }
p { color: rgb(3,129,12); }
H1.HeaderClassName
{
color: #03810C;
}
.AnyTagClassName
{
color: #03810C;
}
</style>
background-color css
<style>
a { background-color: #03810C; }
a { background-color: rgb(3,129,12); }
div.DivClassName
{
background-color: #03810C;
}
.BgClassName
{
background-color: #03810C;
}
</style>
border-color css
<style>
span { border-color: #03810C; }
span { border-color: rgb(3,129,12); }
td.TdClassName
{
border-color: #03810C;
}
.TagClassName
{
border-color: #03810C;
}
</style>