Shades of Dark Pastel Green #019F28
Tints of Dark Pastel Green #019F28
RGB
CMYK
RGB Variations
Color information
#019F28 (or 0x019F28) is known color: Dark Pastel Green. HEX triplet: 01, 9F and 28. RGB value is (1,159,40). Sum of RGB (Red+Green+Blue) = 1+159+40=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 159 (62.5% from 255 or 79.5% from 200); Blue value is 40 (16.02% from 255 or 20% from 200); Max value from RGB is 159 - color contains mainly: green. Hex color #019F28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019F28 is #FE60D7. Grayscale: #626262. Windows color (decimal): -16670936 or 2662145. OLE color: 2662145.
HSL color Cylindrical-coordinate representation of color #019F28: hue angle of 134.81º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019F28 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 159 | 40 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.38 |
| HSL | 134.81º | 0.99% | 0.31% | - |
| HSV(B) | 134.81º | 0.99% | 0.62% | - |
| XYZ | 12.79 | 24.96 | 6.15 | - |
| YUV | 98.19 | 95.15 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 40 | 0.99 | 0 | 0.75 | 0.38 | 134.81 | 0.99 | 0.31 |
| Hex | 1 | 9F | 28 | 63 | 0 | 4B | 26 | 87 | 63 | 1F |
| Octal | 1 | 237 | 50 | 143 | 0 | 113 | 46 | 207 | 143 | 37 |
| Binary | 1 | 10011111 | 101000 | 1100011 | 0 | 1001011 | 100110 | 10000111 | 1100011 | 11111 |
Color Harmonies of #019F28
Complementary color
Monochromatic Colors of #019F28
Black with #019F28
Text Example
Text Example
White with #019F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019F28; }
p { color: rgb(1,159,40); }
H1.HeaderClassName
{
color: #019F28;
}
.AnyTagClassName
{
color: #019F28;
}
</style>
background-color css
<style>
a { background-color: #019F28; }
a { background-color: rgb(1,159,40); }
div.DivClassName
{
background-color: #019F28;
}
.BgClassName
{
background-color: #019F28;
}
</style>
border-color css
<style>
span { border-color: #019F28; }
span { border-color: rgb(1,159,40); }
td.TdClassName
{
border-color: #019F28;
}
.TagClassName
{
border-color: #019F28;
}
</style>