Shades of Forest Green #0D8A2B
Tints of Forest Green #0D8A2B
RGB
CMYK
RGB Variations
Color information
#0D8A2B (or 0x0D8A2B) is known color: Forest Green. HEX triplet: 0D, 8A and 2B. RGB value is (13,138,43). Sum of RGB (Red+Green+Blue) = 13+138+43=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 138 (54.30% from 255 or 71.13% from 194); Blue value is 43 (17.19% from 255 or 22.16% from 194); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8A2B is #F275D4. Grayscale: #5A5A5A. Windows color (decimal): -15889877 or 2853389. OLE color: 2853389.
HSL color Cylindrical-coordinate representation of color #0D8A2B: hue angle of 134.4º 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 #0D8A2B is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 13 | 138 | 43 | - |
| CMYK | 0.91 | 0 | 0.69 | 0.46 |
| HSL | 134.4º | 0.83% | 0.3% | - |
| HSV(B) | 134.4º | 0.91% | 0.54% | - |
| XYZ | 9.69 | 18.44 | 5.33 | - |
| YUV | 89.8 | 101.59 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 138 | 43 | 0.91 | 0 | 0.69 | 0.46 | 134.4 | 0.83 | 0.3 |
| Hex | D | 8A | 2B | 5B | 0 | 45 | 2E | 86 | 53 | 1E |
| Octal | 15 | 212 | 53 | 133 | 0 | 105 | 56 | 206 | 123 | 36 |
| Binary | 1101 | 10001010 | 101011 | 1011011 | 0 | 1000101 | 101110 | 10000110 | 1010011 | 11110 |
Color Harmonies of #0D8A2B
Complementary color
Monochromatic Colors of #0D8A2B
Black with #0D8A2B
Text Example
Text Example
White with #0D8A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D8A2B; }
p { color: rgb(13,138,43); }
H1.HeaderClassName
{
color: #0D8A2B;
}
.AnyTagClassName
{
color: #0D8A2B;
}
</style>
background-color css
<style>
a { background-color: #0D8A2B; }
a { background-color: rgb(13,138,43); }
div.DivClassName
{
background-color: #0D8A2B;
}
.BgClassName
{
background-color: #0D8A2B;
}
</style>
border-color css
<style>
span { border-color: #0D8A2B; }
span { border-color: rgb(13,138,43); }
td.TdClassName
{
border-color: #0D8A2B;
}
.TagClassName
{
border-color: #0D8A2B;
}
</style>