Shades of Forest Green #0D9A1B
Tints of Forest Green #0D9A1B
RGB
CMYK
RGB Variations
Color information
#0D9A1B (or 0x0D9A1B) is known color: Forest Green. HEX triplet: 0D, 9A and 1B. RGB value is (13,154,27). Sum of RGB (Red+Green+Blue) = 13+154+27=194 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.70% from 194); Green value is 154 (60.55% from 255 or 79.38% from 194); Blue value is 27 (10.94% from 255 or 13.92% from 194); Max value from RGB is 154 - color contains mainly: green. Hex color #0D9A1B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9A1B is #F265E4. Grayscale: #616161. Windows color (decimal): -15885797 or 1808909. OLE color: 1808909.
HSL color Cylindrical-coordinate representation of color #0D9A1B: hue angle of 125.96º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9A1B is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 13 | 154 | 27 | - |
| CMYK | 0.92 | 0 | 0.82 | 0.40 |
| HSL | 125.96º | 0.84% | 0.33% | - |
| HSV(B) | 125.96º | 0.92% | 0.6% | - |
| XYZ | 11.92 | 23.28 | 4.9 | - |
| YUV | 97.36 | 88.29 | 67.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 154 | 27 | 0.92 | 0 | 0.82 | 0.40 | 125.96 | 0.84 | 0.33 |
| Hex | D | 9A | 1B | 5C | 0 | 52 | 28 | 7E | 54 | 21 |
| Octal | 15 | 232 | 33 | 134 | 0 | 122 | 50 | 176 | 124 | 41 |
| Binary | 1101 | 10011010 | 11011 | 1011100 | 0 | 1010010 | 101000 | 1111110 | 1010100 | 100001 |
Color Harmonies of #0D9A1B
Complementary color
Monochromatic Colors of #0D9A1B
Black with #0D9A1B
Text Example
Text Example
White with #0D9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D9A1B; }
p { color: rgb(13,154,27); }
H1.HeaderClassName
{
color: #0D9A1B;
}
.AnyTagClassName
{
color: #0D9A1B;
}
</style>
background-color css
<style>
a { background-color: #0D9A1B; }
a { background-color: rgb(13,154,27); }
div.DivClassName
{
background-color: #0D9A1B;
}
.BgClassName
{
background-color: #0D9A1B;
}
</style>
border-color css
<style>
span { border-color: #0D9A1B; }
span { border-color: rgb(13,154,27); }
td.TdClassName
{
border-color: #0D9A1B;
}
.TagClassName
{
border-color: #0D9A1B;
}
</style>