Shades of Forest Green #038025
Tints of Forest Green #038025
RGB
CMYK
RGB Variations
Color information
#038025 (or 0x038025) is known color: Forest Green. HEX triplet: 03, 80 and 25. RGB value is (3,128,37). Sum of RGB (Red+Green+Blue) = 3+128+37=168 (22% of max value = 765). Red value is 3 (1.56% from 255 or 1.79% from 168); Green value is 128 (50.39% from 255 or 76.19% from 168); Blue value is 37 (14.84% from 255 or 22.02% from 168); Max value from RGB is 128 - color contains mainly: green. Hex color #038025 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038025 is #FC7FDA. Grayscale: #505050. Windows color (decimal): -16547803 or 2457603. OLE color: 2457603.
HSL color Cylindrical-coordinate representation of color #038025: hue angle of 136.32º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038025 is Cyan = 0.98, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 128 | 37 | - |
| CMYK | 0.98 | 0 | 0.71 | 0.50 |
| HSL | 136.32º | 0.95% | 0.26% | - |
| HSV(B) | 136.32º | 0.98% | 0.5% | - |
| XYZ | 8.09 | 15.59 | 4.33 | - |
| YUV | 80.25 | 103.59 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 37 | 0.98 | 0 | 0.71 | 0.50 | 136.32 | 0.95 | 0.26 |
| Hex | 3 | 80 | 25 | 62 | 0 | 47 | 32 | 88 | 5F | 1A |
| Octal | 3 | 200 | 45 | 142 | 0 | 107 | 62 | 210 | 137 | 32 |
| Binary | 11 | 10000000 | 100101 | 1100010 | 0 | 1000111 | 110010 | 10001000 | 1011111 | 11010 |
Color Harmonies of #038025
Complementary color
Monochromatic Colors of #038025
Black with #038025
Text Example
Text Example
White with #038025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #038025; }
p { color: rgb(3,128,37); }
H1.HeaderClassName
{
color: #038025;
}
.AnyTagClassName
{
color: #038025;
}
</style>
background-color css
<style>
a { background-color: #038025; }
a { background-color: rgb(3,128,37); }
div.DivClassName
{
background-color: #038025;
}
.BgClassName
{
background-color: #038025;
}
</style>
border-color css
<style>
span { border-color: #038025; }
span { border-color: rgb(3,128,37); }
td.TdClassName
{
border-color: #038025;
}
.TagClassName
{
border-color: #038025;
}
</style>