Shades of Dark Pastel Green #009D2E
Tints of Dark Pastel Green #009D2E
RGB
CMYK
RGB Variations
Color information
#009D2E (or 0x009D2E) is known color: Dark Pastel Green. HEX triplet: 00, 9D and 2E. RGB value is (0,157,46). Sum of RGB (Red+Green+Blue) = 0+157+46=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 157 (61.72% from 255 or 77.34% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 157 - color contains mainly: green. Hex color #009D2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009D2E is #FF62D1. Grayscale: #616161. Windows color (decimal): -16736978 or 3054848. OLE color: 3054848.
HSL color Cylindrical-coordinate representation of color #009D2E: hue angle of 137.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009D2E is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 157 | 46 | - |
| CMYK | 1 | 0 | 0.71 | 0.38 |
| HSL | 137.58º | 1% | 0.31% | - |
| HSV(B) | 137.58º | 1% | 0.62% | - |
| XYZ | 12.55 | 24.31 | 6.62 | - |
| YUV | 97.4 | 98.99 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 157 | 46 | 1 | 0 | 0.71 | 0.38 | 137.58 | 1 | 0.31 |
| Hex | 0 | 9D | 2E | 64 | 0 | 47 | 26 | 8A | 64 | 1F |
| Octal | 0 | 235 | 56 | 144 | 0 | 107 | 46 | 212 | 144 | 37 |
| Binary | 0 | 10011101 | 101110 | 1100100 | 0 | 1000111 | 100110 | 10001010 | 1100100 | 11111 |
Color Harmonies of #009D2E
Complementary color
Monochromatic Colors of #009D2E
Black with #009D2E
Text Example
Text Example
White with #009D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009D2E; }
p { color: rgb(0,157,46); }
H1.HeaderClassName
{
color: #009D2E;
}
.AnyTagClassName
{
color: #009D2E;
}
</style>
background-color css
<style>
a { background-color: #009D2E; }
a { background-color: rgb(0,157,46); }
div.DivClassName
{
background-color: #009D2E;
}
.BgClassName
{
background-color: #009D2E;
}
</style>
border-color css
<style>
span { border-color: #009D2E; }
span { border-color: rgb(0,157,46); }
td.TdClassName
{
border-color: #009D2E;
}
.TagClassName
{
border-color: #009D2E;
}
</style>