Shades of Dark Pastel Green #019E25
Tints of Dark Pastel Green #019E25
RGB
CMYK
RGB Variations
Color information
#019E25 (or 0x019E25) is known color: Dark Pastel Green. HEX triplet: 01, 9E and 25. RGB value is (1,158,37). Sum of RGB (Red+Green+Blue) = 1+158+37=196 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 196); Green value is 158 (62.11% from 255 or 80.61% from 196); Blue value is 37 (14.84% from 255 or 18.88% from 196); Max value from RGB is 158 - color contains mainly: green. Hex color #019E25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019E25 is #FE61DA. Grayscale: #616161. Windows color (decimal): -16671195 or 2465281. OLE color: 2465281.
HSL color Cylindrical-coordinate representation of color #019E25: hue angle of 133.76º 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 #019E25 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 158 | 37 | - |
| CMYK | 0.99 | 0 | 0.77 | 0.38 |
| HSL | 133.76º | 0.99% | 0.31% | - |
| HSV(B) | 133.76º | 0.99% | 0.62% | - |
| XYZ | 12.57 | 24.59 | 5.83 | - |
| YUV | 97.26 | 93.99 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 37 | 0.99 | 0 | 0.77 | 0.38 | 133.76 | 0.99 | 0.31 |
| Hex | 1 | 9E | 25 | 63 | 0 | 4D | 26 | 86 | 63 | 1F |
| Octal | 1 | 236 | 45 | 143 | 0 | 115 | 46 | 206 | 143 | 37 |
| Binary | 1 | 10011110 | 100101 | 1100011 | 0 | 1001101 | 100110 | 10000110 | 1100011 | 11111 |
Color Harmonies of #019E25
Complementary color
Monochromatic Colors of #019E25
Black with #019E25
Text Example
Text Example
White with #019E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019E25; }
p { color: rgb(1,158,37); }
H1.HeaderClassName
{
color: #019E25;
}
.AnyTagClassName
{
color: #019E25;
}
</style>
background-color css
<style>
a { background-color: #019E25; }
a { background-color: rgb(1,158,37); }
div.DivClassName
{
background-color: #019E25;
}
.BgClassName
{
background-color: #019E25;
}
</style>
border-color css
<style>
span { border-color: #019E25; }
span { border-color: rgb(1,158,37); }
td.TdClassName
{
border-color: #019E25;
}
.TagClassName
{
border-color: #019E25;
}
</style>