Shades of Forest Green #0D942A
Tints of Forest Green #0D942A
RGB
CMYK
RGB Variations
Color information
#0D942A (or 0x0D942A) is known color: Forest Green. HEX triplet: 0D, 94 and 2A. RGB value is (13,148,42). Sum of RGB (Red+Green+Blue) = 13+148+42=203 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.40% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #0D942A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D942A is #F26BD5. Grayscale: #5F5F5F. Windows color (decimal): -15887318 or 2790413. OLE color: 2790413.
HSL color Cylindrical-coordinate representation of color #0D942A: hue angle of 132.89º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D942A is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 13 | 148 | 42 | - |
| CMYK | 0.91 | 0 | 0.72 | 0.42 |
| HSL | 132.89º | 0.84% | 0.32% | - |
| HSV(B) | 132.89º | 0.91% | 0.58% | - |
| XYZ | 11.17 | 21.43 | 5.74 | - |
| YUV | 95.55 | 97.77 | 69.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 148 | 42 | 0.91 | 0 | 0.72 | 0.42 | 132.89 | 0.84 | 0.32 |
| Hex | D | 94 | 2A | 5B | 0 | 48 | 2A | 85 | 54 | 20 |
| Octal | 15 | 224 | 52 | 133 | 0 | 110 | 52 | 205 | 124 | 40 |
| Binary | 1101 | 10010100 | 101010 | 1011011 | 0 | 1001000 | 101010 | 10000101 | 1010100 | 100000 |
Color Harmonies of #0D942A
Complementary color
Monochromatic Colors of #0D942A
Black with #0D942A
Text Example
Text Example
White with #0D942A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D942A; }
p { color: rgb(13,148,42); }
H1.HeaderClassName
{
color: #0D942A;
}
.AnyTagClassName
{
color: #0D942A;
}
</style>
background-color css
<style>
a { background-color: #0D942A; }
a { background-color: rgb(13,148,42); }
div.DivClassName
{
background-color: #0D942A;
}
.BgClassName
{
background-color: #0D942A;
}
</style>
border-color css
<style>
span { border-color: #0D942A; }
span { border-color: rgb(13,148,42); }
td.TdClassName
{
border-color: #0D942A;
}
.TagClassName
{
border-color: #0D942A;
}
</style>