Shades of Dark Pastel Green #19AC2D
Tints of Dark Pastel Green #19AC2D
RGB
CMYK
RGB Variations
Color information
#19AC2D (or 0x19AC2D) is known color: Dark Pastel Green. HEX triplet: 19, AC and 2D. RGB value is (25,172,45). Sum of RGB (Red+Green+Blue) = 25+172+45=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 172 (67.58% from 255 or 71.07% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 172 - color contains mainly: green. Hex color #19AC2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AC2D is #E653D2. Grayscale: #717171. Windows color (decimal): -15094739 or 2993177. OLE color: 2993177.
HSL color Cylindrical-coordinate representation of color #19AC2D: hue angle of 128.16º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19AC2D is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 172 | 45 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.33 |
| HSL | 128.16º | 0.75% | 0.39% | - |
| HSV(B) | 128.16º | 0.85% | 0.67% | - |
| XYZ | 15.63 | 29.9 | 7.43 | - |
| YUV | 113.57 | 89.3 | 64.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 172 | 45 | 0.85 | 0 | 0.74 | 0.33 | 128.16 | 0.75 | 0.39 |
| Hex | 19 | AC | 2D | 55 | 0 | 4A | 21 | 80 | 4B | 27 |
| Octal | 31 | 254 | 55 | 125 | 0 | 112 | 41 | 200 | 113 | 47 |
| Binary | 11001 | 10101100 | 101101 | 1010101 | 0 | 1001010 | 100001 | 10000000 | 1001011 | 100111 |
Color Harmonies of #19AC2D
Complementary color
Monochromatic Colors of #19AC2D
Black with #19AC2D
Text Example
Text Example
White with #19AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AC2D; }
p { color: rgb(25,172,45); }
H1.HeaderClassName
{
color: #19AC2D;
}
.AnyTagClassName
{
color: #19AC2D;
}
</style>
background-color css
<style>
a { background-color: #19AC2D; }
a { background-color: rgb(25,172,45); }
div.DivClassName
{
background-color: #19AC2D;
}
.BgClassName
{
background-color: #19AC2D;
}
</style>
border-color css
<style>
span { border-color: #19AC2D; }
span { border-color: rgb(25,172,45); }
td.TdClassName
{
border-color: #19AC2D;
}
.TagClassName
{
border-color: #19AC2D;
}
</style>