Shades of Dark Pastel Green #019C2E
Tints of Dark Pastel Green #019C2E
RGB
CMYK
RGB Variations
Color information
#019C2E (or 0x019C2E) is known color: Dark Pastel Green. HEX triplet: 01, 9C and 2E. RGB value is (1,156,46). Sum of RGB (Red+Green+Blue) = 1+156+46=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 156 (61.33% from 255 or 76.85% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 156 - color contains mainly: green. Hex color #019C2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019C2E is #FE63D1. Grayscale: #616161. Windows color (decimal): -16671698 or 3054593. OLE color: 3054593.
HSL color Cylindrical-coordinate representation of color #019C2E: hue angle of 137.42º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019C2E is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 156 | 46 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.39 |
| HSL | 137.42º | 0.99% | 0.31% | - |
| HSV(B) | 137.42º | 0.99% | 0.61% | - |
| XYZ | 12.39 | 23.98 | 6.56 | - |
| YUV | 97.12 | 99.15 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 46 | 0.99 | 0 | 0.71 | 0.39 | 137.42 | 0.99 | 0.31 |
| Hex | 1 | 9C | 2E | 63 | 0 | 47 | 27 | 89 | 63 | 1F |
| Octal | 1 | 234 | 56 | 143 | 0 | 107 | 47 | 211 | 143 | 37 |
| Binary | 1 | 10011100 | 101110 | 1100011 | 0 | 1000111 | 100111 | 10001001 | 1100011 | 11111 |
Color Harmonies of #019C2E
Complementary color
Monochromatic Colors of #019C2E
Black with #019C2E
Text Example
Text Example
White with #019C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019C2E; }
p { color: rgb(1,156,46); }
H1.HeaderClassName
{
color: #019C2E;
}
.AnyTagClassName
{
color: #019C2E;
}
</style>
background-color css
<style>
a { background-color: #019C2E; }
a { background-color: rgb(1,156,46); }
div.DivClassName
{
background-color: #019C2E;
}
.BgClassName
{
background-color: #019C2E;
}
</style>
border-color css
<style>
span { border-color: #019C2E; }
span { border-color: rgb(1,156,46); }
td.TdClassName
{
border-color: #019C2E;
}
.TagClassName
{
border-color: #019C2E;
}
</style>