Shades of Forest Green #03882B
Tints of Forest Green #03882B
RGB
CMYK
RGB Variations
Color information
#03882B (or 0x03882B) is known color: Forest Green. HEX triplet: 03, 88 and 2B. RGB value is (3,136,43). Sum of RGB (Red+Green+Blue) = 3+136+43=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 136 (53.52% from 255 or 74.73% from 182); Blue value is 43 (17.19% from 255 or 23.63% from 182); Max value from RGB is 136 - color contains mainly: green. Hex color #03882B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03882B is #FC77D4. Grayscale: #555555. Windows color (decimal): -16545749 or 2852867. OLE color: 2852867.
HSL color Cylindrical-coordinate representation of color #03882B: hue angle of 138.05º 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 #03882B is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 136 | 43 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.47 |
| HSL | 138.05º | 0.96% | 0.27% | - |
| HSV(B) | 138.05º | 0.98% | 0.53% | - |
| XYZ | 9.28 | 17.8 | 5.23 | - |
| YUV | 85.63 | 103.94 | 69.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 43 | 0.98 | 0 | 0.68 | 0.47 | 138.05 | 0.96 | 0.27 |
| Hex | 3 | 88 | 2B | 62 | 0 | 44 | 2F | 8A | 60 | 1B |
| Octal | 3 | 210 | 53 | 142 | 0 | 104 | 57 | 212 | 140 | 33 |
| Binary | 11 | 10001000 | 101011 | 1100010 | 0 | 1000100 | 101111 | 10001010 | 1100000 | 11011 |
Color Harmonies of #03882B
Complementary color
Monochromatic Colors of #03882B
Black with #03882B
Text Example
Text Example
White with #03882B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03882B; }
p { color: rgb(3,136,43); }
H1.HeaderClassName
{
color: #03882B;
}
.AnyTagClassName
{
color: #03882B;
}
</style>
background-color css
<style>
a { background-color: #03882B; }
a { background-color: rgb(3,136,43); }
div.DivClassName
{
background-color: #03882B;
}
.BgClassName
{
background-color: #03882B;
}
</style>
border-color css
<style>
span { border-color: #03882B; }
span { border-color: rgb(3,136,43); }
td.TdClassName
{
border-color: #03882B;
}
.TagClassName
{
border-color: #03882B;
}
</style>