Shades of Forest Green #038F2B
Tints of Forest Green #038F2B
RGB
CMYK
RGB Variations
Color information
#038F2B (or 0x038F2B) is known color: Forest Green. HEX triplet: 03, 8F and 2B. RGB value is (3,143,43). Sum of RGB (Red+Green+Blue) = 3+143+43=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 143 (56.25% from 255 or 75.66% from 189); Blue value is 43 (17.19% from 255 or 22.75% from 189); Max value from RGB is 143 - color contains mainly: green. Hex color #038F2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038F2B is #FC70D4. Grayscale: #5A5A5A. Windows color (decimal): -16543957 or 2854659. OLE color: 2854659.
HSL color Cylindrical-coordinate representation of color #038F2B: hue angle of 137.14º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038F2B is Cyan = 0.98, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 143 | 43 | - |
| CMYK | 0.98 | 0 | 0.70 | 0.44 |
| HSL | 137.14º | 0.96% | 0.29% | - |
| HSV(B) | 137.14º | 0.98% | 0.56% | - |
| XYZ | 10.3 | 19.84 | 5.57 | - |
| YUV | 89.74 | 101.62 | 66.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 143 | 43 | 0.98 | 0 | 0.70 | 0.44 | 137.14 | 0.96 | 0.29 |
| Hex | 3 | 8F | 2B | 62 | 0 | 46 | 2C | 89 | 60 | 1D |
| Octal | 3 | 217 | 53 | 142 | 0 | 106 | 54 | 211 | 140 | 35 |
| Binary | 11 | 10001111 | 101011 | 1100010 | 0 | 1000110 | 101100 | 10001001 | 1100000 | 11101 |
Color Harmonies of #038F2B
Complementary color
Monochromatic Colors of #038F2B
Black with #038F2B
Text Example
Text Example
White with #038F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038F2B; }
p { color: rgb(3,143,43); }
H1.HeaderClassName
{
color: #038F2B;
}
.AnyTagClassName
{
color: #038F2B;
}
</style>
background-color css
<style>
a { background-color: #038F2B; }
a { background-color: rgb(3,143,43); }
div.DivClassName
{
background-color: #038F2B;
}
.BgClassName
{
background-color: #038F2B;
}
</style>
border-color css
<style>
span { border-color: #038F2B; }
span { border-color: rgb(3,143,43); }
td.TdClassName
{
border-color: #038F2B;
}
.TagClassName
{
border-color: #038F2B;
}
</style>