Shades of Dark Pastel Green #009E2D
Tints of Dark Pastel Green #009E2D
RGB
CMYK
RGB Variations
Color information
#009E2D (or 0x009E2D) is known color: Dark Pastel Green. HEX triplet: 00, 9E and 2D. RGB value is (0,158,45). Sum of RGB (Red+Green+Blue) = 0+158+45=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 158 (62.11% from 255 or 77.83% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 158 - color contains mainly: green. Hex color #009E2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009E2D is #FF61D2. Grayscale: #626262. Windows color (decimal): -16736723 or 2989568. OLE color: 2989568.
HSL color Cylindrical-coordinate representation of color #009E2D: hue angle of 137.09º 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 #009E2D is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 158 | 45 | - |
| CMYK | 1 | 0 | 0.72 | 0.38 |
| HSL | 137.09º | 1% | 0.31% | - |
| HSV(B) | 137.09º | 1% | 0.62% | - |
| XYZ | 12.7 | 24.64 | 6.57 | - |
| YUV | 97.88 | 98.15 | 58.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 158 | 45 | 1 | 0 | 0.72 | 0.38 | 137.09 | 1 | 0.31 |
| Hex | 0 | 9E | 2D | 64 | 0 | 48 | 26 | 89 | 64 | 1F |
| Octal | 0 | 236 | 55 | 144 | 0 | 110 | 46 | 211 | 144 | 37 |
| Binary | 0 | 10011110 | 101101 | 1100100 | 0 | 1001000 | 100110 | 10001001 | 1100100 | 11111 |
Color Harmonies of #009E2D
Complementary color
Monochromatic Colors of #009E2D
Black with #009E2D
Text Example
Text Example
White with #009E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009E2D; }
p { color: rgb(0,158,45); }
H1.HeaderClassName
{
color: #009E2D;
}
.AnyTagClassName
{
color: #009E2D;
}
</style>
background-color css
<style>
a { background-color: #009E2D; }
a { background-color: rgb(0,158,45); }
div.DivClassName
{
background-color: #009E2D;
}
.BgClassName
{
background-color: #009E2D;
}
</style>
border-color css
<style>
span { border-color: #009E2D; }
span { border-color: rgb(0,158,45); }
td.TdClassName
{
border-color: #009E2D;
}
.TagClassName
{
border-color: #009E2D;
}
</style>