Shades of Dark Pastel Green #019E2B
Tints of Dark Pastel Green #019E2B
RGB
CMYK
RGB Variations
Color information
#019E2B (or 0x019E2B) is known color: Dark Pastel Green. HEX triplet: 01, 9E and 2B. RGB value is (1,158,43). Sum of RGB (Red+Green+Blue) = 1+158+43=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 158 (62.11% from 255 or 78.22% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 158 - color contains mainly: green. Hex color #019E2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019E2B is #FE61D4. Grayscale: #626262. Windows color (decimal): -16671189 or 2858497. OLE color: 2858497.
HSL color Cylindrical-coordinate representation of color #019E2B: hue angle of 136.05º 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 #019E2B is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 158 | 43 | - |
| CMYK | 0.99 | 0 | 0.73 | 0.38 |
| HSL | 136.05º | 0.99% | 0.31% | - |
| HSV(B) | 136.05º | 0.99% | 0.62% | - |
| XYZ | 12.68 | 24.63 | 6.37 | - |
| YUV | 97.95 | 96.99 | 58.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 158 | 43 | 0.99 | 0 | 0.73 | 0.38 | 136.05 | 0.99 | 0.31 |
| Hex | 1 | 9E | 2B | 63 | 0 | 49 | 26 | 88 | 63 | 1F |
| Octal | 1 | 236 | 53 | 143 | 0 | 111 | 46 | 210 | 143 | 37 |
| Binary | 1 | 10011110 | 101011 | 1100011 | 0 | 1001001 | 100110 | 10001000 | 1100011 | 11111 |
Color Harmonies of #019E2B
Complementary color
Monochromatic Colors of #019E2B
Black with #019E2B
Text Example
Text Example
White with #019E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019E2B; }
p { color: rgb(1,158,43); }
H1.HeaderClassName
{
color: #019E2B;
}
.AnyTagClassName
{
color: #019E2B;
}
</style>
background-color css
<style>
a { background-color: #019E2B; }
a { background-color: rgb(1,158,43); }
div.DivClassName
{
background-color: #019E2B;
}
.BgClassName
{
background-color: #019E2B;
}
</style>
border-color css
<style>
span { border-color: #019E2B; }
span { border-color: rgb(1,158,43); }
td.TdClassName
{
border-color: #019E2B;
}
.TagClassName
{
border-color: #019E2B;
}
</style>