Shades of Forest Green #0D901A
Tints of Forest Green #0D901A
RGB
CMYK
RGB Variations
Color information
#0D901A (or 0x0D901A) is known color: Forest Green. HEX triplet: 0D, 90 and 1A. RGB value is (13,144,26). Sum of RGB (Red+Green+Blue) = 13+144+26=183 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.10% from 183); Green value is 144 (56.64% from 255 or 78.69% from 183); Blue value is 26 (10.55% from 255 or 14.21% from 183); Max value from RGB is 144 - color contains mainly: green. Hex color #0D901A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D901A is #F26FE5. Grayscale: #5B5B5B. Windows color (decimal): -15888358 or 1740813. OLE color: 1740813.
HSL color Cylindrical-coordinate representation of color #0D901A: hue angle of 125.95º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D901A is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 13 | 144 | 26 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.44 |
| HSL | 125.95º | 0.83% | 0.31% | - |
| HSV(B) | 125.95º | 0.91% | 0.56% | - |
| XYZ | 10.33 | 20.11 | 4.31 | - |
| YUV | 91.38 | 91.1 | 72.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 144 | 26 | 0.91 | 0 | 0.82 | 0.44 | 125.95 | 0.83 | 0.31 |
| Hex | D | 90 | 1A | 5B | 0 | 52 | 2C | 7E | 53 | 1F |
| Octal | 15 | 220 | 32 | 133 | 0 | 122 | 54 | 176 | 123 | 37 |
| Binary | 1101 | 10010000 | 11010 | 1011011 | 0 | 1010010 | 101100 | 1111110 | 1010011 | 11111 |
Color Harmonies of #0D901A
Complementary color
Monochromatic Colors of #0D901A
Black with #0D901A
Text Example
Text Example
White with #0D901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D901A; }
p { color: rgb(13,144,26); }
H1.HeaderClassName
{
color: #0D901A;
}
.AnyTagClassName
{
color: #0D901A;
}
</style>
background-color css
<style>
a { background-color: #0D901A; }
a { background-color: rgb(13,144,26); }
div.DivClassName
{
background-color: #0D901A;
}
.BgClassName
{
background-color: #0D901A;
}
</style>
border-color css
<style>
span { border-color: #0D901A; }
span { border-color: rgb(13,144,26); }
td.TdClassName
{
border-color: #0D901A;
}
.TagClassName
{
border-color: #0D901A;
}
</style>