Shades of Forest Green #0D8A30
Tints of Forest Green #0D8A30
RGB
CMYK
RGB Variations
Color information
#0D8A30 (or 0x0D8A30) is known color: Forest Green. HEX triplet: 0D, 8A and 30. RGB value is (13,138,48). Sum of RGB (Red+Green+Blue) = 13+138+48=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 138 (54.30% from 255 or 69.35% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8A30 is #F275CF. Grayscale: #5A5A5A. Windows color (decimal): -15889872 or 3181069. OLE color: 3181069.
HSL color Cylindrical-coordinate representation of color #0D8A30: hue angle of 136.8º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8A30 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 138 | 48 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.46 |
| HSL | 136.8º | 0.83% | 0.3% | - |
| HSV(B) | 136.8º | 0.91% | 0.54% | - |
| XYZ | 9.79 | 18.48 | 5.85 | - |
| YUV | 90.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 138 | 48 | 0.91 | 0 | 0.65 | 0.46 | 136.8 | 0.83 | 0.3 |
| Hex | D | 8A | 30 | 5B | 0 | 41 | 2E | 89 | 53 | 1E |
| Octal | 15 | 212 | 60 | 133 | 0 | 101 | 56 | 211 | 123 | 36 |
| Binary | 1101 | 10001010 | 110000 | 1011011 | 0 | 1000001 | 101110 | 10001001 | 1010011 | 11110 |
Color Harmonies of #0D8A30
Complementary color
Monochromatic Colors of #0D8A30
Black with #0D8A30
Text Example
Text Example
White with #0D8A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8A30; }
p { color: rgb(13,138,48); }
H1.HeaderClassName
{
color: #0D8A30;
}
.AnyTagClassName
{
color: #0D8A30;
}
</style>
background-color css
<style>
a { background-color: #0D8A30; }
a { background-color: rgb(13,138,48); }
div.DivClassName
{
background-color: #0D8A30;
}
.BgClassName
{
background-color: #0D8A30;
}
</style>
border-color css
<style>
span { border-color: #0D8A30; }
span { border-color: rgb(13,138,48); }
td.TdClassName
{
border-color: #0D8A30;
}
.TagClassName
{
border-color: #0D8A30;
}
</style>