Shades of Green #03881D
Tints of Green #03881D
RGB
CMYK
RGB Variations
Color information
#03881D (or 0x03881D) is known color: Green. HEX triplet: 03, 88 and 1D. RGB value is (3,136,29). Sum of RGB (Red+Green+Blue) = 3+136+29=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 136 (53.52% from 255 or 80.95% from 168); Blue value is 29 (11.72% from 255 or 17.26% from 168); Max value from RGB is 136 - color contains mainly: green. Hex color #03881D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03881D is #FC77E2. Grayscale: #545454. Windows color (decimal): -16545763 or 1935363. OLE color: 1935363.
HSL color Cylindrical-coordinate representation of color #03881D: hue angle of 131.73º 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 #03881D is Cyan = 0.98, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 29 | - |
| CMYK | 0.98 | 0 | 0.79 | 0.47 |
| HSL | 131.73º | 0.96% | 0.27% | - |
| HSV(B) | 131.73º | 0.98% | 0.53% | - |
| XYZ | 9.06 | 17.72 | 4.1 | - |
| YUV | 84.04 | 96.94 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 29 | 0.98 | 0 | 0.79 | 0.47 | 131.73 | 0.96 | 0.27 |
| Hex | 3 | 88 | 1D | 62 | 0 | 4F | 2F | 84 | 60 | 1B |
| Octal | 3 | 210 | 35 | 142 | 0 | 117 | 57 | 204 | 140 | 33 |
| Binary | 11 | 10001000 | 11101 | 1100010 | 0 | 1001111 | 101111 | 10000100 | 1100000 | 11011 |
Color Harmonies of #03881D
Complementary color
Monochromatic Colors of #03881D
Black with #03881D
Text Example
Text Example
White with #03881D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03881D; }
p { color: rgb(3,136,29); }
H1.HeaderClassName
{
color: #03881D;
}
.AnyTagClassName
{
color: #03881D;
}
</style>
background-color css
<style>
a { background-color: #03881D; }
a { background-color: rgb(3,136,29); }
div.DivClassName
{
background-color: #03881D;
}
.BgClassName
{
background-color: #03881D;
}
</style>
border-color css
<style>
span { border-color: #03881D; }
span { border-color: rgb(3,136,29); }
td.TdClassName
{
border-color: #03881D;
}
.TagClassName
{
border-color: #03881D;
}
</style>