Shades of Dark Pastel Green #019B2D
Tints of Dark Pastel Green #019B2D
RGB
CMYK
RGB Variations
Color information
#019B2D (or 0x019B2D) is known color: Dark Pastel Green. HEX triplet: 01, 9B and 2D. RGB value is (1,155,45). Sum of RGB (Red+Green+Blue) = 1+155+45=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 155 (60.94% from 255 or 77.11% from 201); Blue value is 45 (17.97% from 255 or 22.39% from 201); Max value from RGB is 155 - color contains mainly: green. Hex color #019B2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019B2D is #FE64D2. Grayscale: #606060. Windows color (decimal): -16671955 or 2988801. OLE color: 2988801.
HSL color Cylindrical-coordinate representation of color #019B2D: hue angle of 137.14º 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 #019B2D is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 1 | 155 | 45 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.39 |
| HSL | 137.14º | 0.99% | 0.31% | - |
| HSV(B) | 137.14º | 0.99% | 0.61% | - |
| XYZ | 12.21 | 23.64 | 6.4 | - |
| YUV | 96.41 | 98.98 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 155 | 45 | 0.99 | 0 | 0.71 | 0.39 | 137.14 | 0.99 | 0.31 |
| Hex | 1 | 9B | 2D | 63 | 0 | 47 | 27 | 89 | 63 | 1F |
| Octal | 1 | 233 | 55 | 143 | 0 | 107 | 47 | 211 | 143 | 37 |
| Binary | 1 | 10011011 | 101101 | 1100011 | 0 | 1000111 | 100111 | 10001001 | 1100011 | 11111 |
Color Harmonies of #019B2D
Complementary color
Monochromatic Colors of #019B2D
Black with #019B2D
Text Example
Text Example
White with #019B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019B2D; }
p { color: rgb(1,155,45); }
H1.HeaderClassName
{
color: #019B2D;
}
.AnyTagClassName
{
color: #019B2D;
}
</style>
background-color css
<style>
a { background-color: #019B2D; }
a { background-color: rgb(1,155,45); }
div.DivClassName
{
background-color: #019B2D;
}
.BgClassName
{
background-color: #019B2D;
}
</style>
border-color css
<style>
span { border-color: #019B2D; }
span { border-color: rgb(1,155,45); }
td.TdClassName
{
border-color: #019B2D;
}
.TagClassName
{
border-color: #019B2D;
}
</style>