Shades of Dark Pastel Green #009F30
Tints of Dark Pastel Green #009F30
RGB
CMYK
RGB Variations
Color information
#009F30 (or 0x009F30) is known color: Dark Pastel Green. HEX triplet: 00, 9F and 30. RGB value is (0,159,48). Sum of RGB (Red+Green+Blue) = 0+159+48=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 159 (62.5% from 255 or 76.81% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 159 - color contains mainly: green. Hex color #009F30 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009F30 is #FF60CF. Grayscale: #636363. Windows color (decimal): -16736464 or 3186432. OLE color: 3186432.
HSL color Cylindrical-coordinate representation of color #009F30: hue angle of 138.11º 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 #009F30 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 159 | 48 | - |
| CMYK | 1 | 0 | 0.70 | 0.38 |
| HSL | 138.11º | 1% | 0.31% | - |
| HSV(B) | 138.11º | 1% | 0.62% | - |
| XYZ | 12.93 | 25.01 | 6.94 | - |
| YUV | 98.81 | 99.32 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 159 | 48 | 1 | 0 | 0.70 | 0.38 | 138.11 | 1 | 0.31 |
| Hex | 0 | 9F | 30 | 64 | 0 | 46 | 26 | 8A | 64 | 1F |
| Octal | 0 | 237 | 60 | 144 | 0 | 106 | 46 | 212 | 144 | 37 |
| Binary | 0 | 10011111 | 110000 | 1100100 | 0 | 1000110 | 100110 | 10001010 | 1100100 | 11111 |
Color Harmonies of #009F30
Complementary color
Monochromatic Colors of #009F30
Black with #009F30
Text Example
Text Example
White with #009F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009F30; }
p { color: rgb(0,159,48); }
H1.HeaderClassName
{
color: #009F30;
}
.AnyTagClassName
{
color: #009F30;
}
</style>
background-color css
<style>
a { background-color: #009F30; }
a { background-color: rgb(0,159,48); }
div.DivClassName
{
background-color: #009F30;
}
.BgClassName
{
background-color: #009F30;
}
</style>
border-color css
<style>
span { border-color: #009F30; }
span { border-color: rgb(0,159,48); }
td.TdClassName
{
border-color: #009F30;
}
.TagClassName
{
border-color: #009F30;
}
</style>