Shades of Green #03880D
Tints of Green #03880D
RGB
CMYK
RGB Variations
Color information
#03880D (or 0x03880D) is known color: Green. HEX triplet: 03, 88 and 0D. RGB value is (3,136,13). Sum of RGB (Red+Green+Blue) = 3+136+13=152 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.97% from 152); Green value is 136 (53.52% from 255 or 89.47% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 136 - color contains mainly: green. Hex color #03880D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #03880D is #FC77F2. Grayscale: #525252. Windows color (decimal): -16545779 or 886787. OLE color: 886787.
HSL color Cylindrical-coordinate representation of color #03880D: hue angle of 124.51º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03880D is Cyan = 0.98, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 13 | - |
| CMYK | 0.98 | 0 | 0.90 | 0.47 |
| HSL | 124.51º | 0.96% | 0.27% | - |
| HSV(B) | 124.51º | 0.98% | 0.53% | - |
| XYZ | 8.91 | 17.66 | 3.32 | - |
| YUV | 82.21 | 88.94 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 13 | 0.98 | 0 | 0.90 | 0.47 | 124.51 | 0.96 | 0.27 |
| Hex | 3 | 88 | D | 62 | 0 | 5A | 2F | 7D | 60 | 1B |
| Octal | 3 | 210 | 15 | 142 | 0 | 132 | 57 | 175 | 140 | 33 |
| Binary | 11 | 10001000 | 1101 | 1100010 | 0 | 1011010 | 101111 | 1111101 | 1100000 | 11011 |
Color Harmonies of #03880D
Complementary color
Monochromatic Colors of #03880D
Black with #03880D
Text Example
Text Example
White with #03880D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03880D; }
p { color: rgb(3,136,13); }
H1.HeaderClassName
{
color: #03880D;
}
.AnyTagClassName
{
color: #03880D;
}
</style>
background-color css
<style>
a { background-color: #03880D; }
a { background-color: rgb(3,136,13); }
div.DivClassName
{
background-color: #03880D;
}
.BgClassName
{
background-color: #03880D;
}
</style>
border-color css
<style>
span { border-color: #03880D; }
span { border-color: rgb(3,136,13); }
td.TdClassName
{
border-color: #03880D;
}
.TagClassName
{
border-color: #03880D;
}
</style>