Shades of Dark Pastel Green #019B2C
Tints of Dark Pastel Green #019B2C
RGB
CMYK
RGB Variations
Color information
#019B2C (or 0x019B2C) is known color: Dark Pastel Green. HEX triplet: 01, 9B and 2C. RGB value is (1,155,44). Sum of RGB (Red+Green+Blue) = 1+155+44=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 155 (60.94% from 255 or 77.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 155 - color contains mainly: green. Hex color #019B2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B2C is #FE64D3. Grayscale: #606060. Windows color (decimal): -16671956 or 2923265. OLE color: 2923265.
HSL color Cylindrical-coordinate representation of color #019B2C: hue angle of 136.75º 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 #019B2C is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 44 | - |
| CMYK | 0.99 | 0 | 0.72 | 0.39 |
| HSL | 136.75º | 0.99% | 0.31% | - |
| HSV(B) | 136.75º | 0.99% | 0.61% | - |
| XYZ | 12.19 | 23.63 | 6.3 | - |
| YUV | 96.3 | 98.48 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 44 | 0.99 | 0 | 0.72 | 0.39 | 136.75 | 0.99 | 0.31 |
| Hex | 1 | 9B | 2C | 63 | 0 | 48 | 27 | 89 | 63 | 1F |
| Octal | 1 | 233 | 54 | 143 | 0 | 110 | 47 | 211 | 143 | 37 |
| Binary | 1 | 10011011 | 101100 | 1100011 | 0 | 1001000 | 100111 | 10001001 | 1100011 | 11111 |
Color Harmonies of #019B2C
Complementary color
Monochromatic Colors of #019B2C
Black with #019B2C
Text Example
Text Example
White with #019B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B2C; }
p { color: rgb(1,155,44); }
H1.HeaderClassName
{
color: #019B2C;
}
.AnyTagClassName
{
color: #019B2C;
}
</style>
background-color css
<style>
a { background-color: #019B2C; }
a { background-color: rgb(1,155,44); }
div.DivClassName
{
background-color: #019B2C;
}
.BgClassName
{
background-color: #019B2C;
}
</style>
border-color css
<style>
span { border-color: #019B2C; }
span { border-color: rgb(1,155,44); }
td.TdClassName
{
border-color: #019B2C;
}
.TagClassName
{
border-color: #019B2C;
}
</style>