Shades of Forest Green #038A2D
Tints of Forest Green #038A2D
RGB
CMYK
RGB Variations
Color information
#038A2D (or 0x038A2D) is known color: Forest Green. HEX triplet: 03, 8A and 2D. RGB value is (3,138,45). Sum of RGB (Red+Green+Blue) = 3+138+45=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 138 (54.30% from 255 or 74.19% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 138 - color contains mainly: green. Hex color #038A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A2D is #FC75D2. Grayscale: #575757. Windows color (decimal): -16545235 or 2984451. OLE color: 2984451.
HSL color Cylindrical-coordinate representation of color #038A2D: hue angle of 138.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038A2D is Cyan = 0.98, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 138 | 45 | - |
| CMYK | 0.98 | 0 | 0.67 | 0.46 |
| HSL | 138.67º | 0.96% | 0.28% | - |
| HSV(B) | 138.67º | 0.98% | 0.54% | - |
| XYZ | 9.6 | 18.39 | 5.53 | - |
| YUV | 87.03 | 104.27 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 138 | 45 | 0.98 | 0 | 0.67 | 0.46 | 138.67 | 0.96 | 0.28 |
| Hex | 3 | 8A | 2D | 62 | 0 | 43 | 2E | 8B | 60 | 1C |
| Octal | 3 | 212 | 55 | 142 | 0 | 103 | 56 | 213 | 140 | 34 |
| Binary | 11 | 10001010 | 101101 | 1100010 | 0 | 1000011 | 101110 | 10001011 | 1100000 | 11100 |
Color Harmonies of #038A2D
Complementary color
Monochromatic Colors of #038A2D
Black with #038A2D
Text Example
Text Example
White with #038A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038A2D; }
p { color: rgb(3,138,45); }
H1.HeaderClassName
{
color: #038A2D;
}
.AnyTagClassName
{
color: #038A2D;
}
</style>
background-color css
<style>
a { background-color: #038A2D; }
a { background-color: rgb(3,138,45); }
div.DivClassName
{
background-color: #038A2D;
}
.BgClassName
{
background-color: #038A2D;
}
</style>
border-color css
<style>
span { border-color: #038A2D; }
span { border-color: rgb(3,138,45); }
td.TdClassName
{
border-color: #038A2D;
}
.TagClassName
{
border-color: #038A2D;
}
</style>