Shades of Dark Pastel Green #19A73C
Tints of Dark Pastel Green #19A73C
RGB
CMYK
RGB Variations
Color information
#19A73C (or 0x19A73C) is known color: Dark Pastel Green. HEX triplet: 19, A7 and 3C. RGB value is (25,167,60). Sum of RGB (Red+Green+Blue) = 25+167+60=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 167 (65.62% from 255 or 66.27% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 167 - color contains mainly: green. Hex color #19A73C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19A73C is #E658C3. Grayscale: #707070. Windows color (decimal): -15096004 or 3974937. OLE color: 3974937.
HSL color Cylindrical-coordinate representation of color #19A73C: hue angle of 134.79º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #19A73C is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 25 | 167 | 60 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.35 |
| HSL | 134.79º | 0.74% | 0.38% | - |
| HSV(B) | 134.79º | 0.85% | 0.65% | - |
| XYZ | 15.04 | 28.17 | 8.92 | - |
| YUV | 112.34 | 98.46 | 65.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 167 | 60 | 0.85 | 0 | 0.64 | 0.35 | 134.79 | 0.74 | 0.38 |
| Hex | 19 | A7 | 3C | 55 | 0 | 40 | 23 | 87 | 4A | 26 |
| Octal | 31 | 247 | 74 | 125 | 0 | 100 | 43 | 207 | 112 | 46 |
| Binary | 11001 | 10100111 | 111100 | 1010101 | 0 | 1000000 | 100011 | 10000111 | 1001010 | 100110 |
Color Harmonies of #19A73C
Complementary color
Monochromatic Colors of #19A73C
Black with #19A73C
Text Example
Text Example
White with #19A73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19A73C; }
p { color: rgb(25,167,60); }
H1.HeaderClassName
{
color: #19A73C;
}
.AnyTagClassName
{
color: #19A73C;
}
</style>
background-color css
<style>
a { background-color: #19A73C; }
a { background-color: rgb(25,167,60); }
div.DivClassName
{
background-color: #19A73C;
}
.BgClassName
{
background-color: #19A73C;
}
</style>
border-color css
<style>
span { border-color: #19A73C; }
span { border-color: rgb(25,167,60); }
td.TdClassName
{
border-color: #19A73C;
}
.TagClassName
{
border-color: #19A73C;
}
</style>