Shades of Dark Pastel Green #19C535
Tints of Dark Pastel Green #19C535
RGB
CMYK
RGB Variations
Color information
#19C535 (or 0x19C535) is known color: Dark Pastel Green. HEX triplet: 19, C5 and 35. RGB value is (25,197,53). Sum of RGB (Red+Green+Blue) = 25+197+53=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 197 (77.34% from 255 or 71.64% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 197 - color contains mainly: green. Hex color #19C535 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C535 is #E63ACA. Grayscale: #818181. Windows color (decimal): -15088331 or 3523865. OLE color: 3523865.
HSL color Cylindrical-coordinate representation of color #19C535: hue angle of 129.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C535 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 197 | 53 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.23 |
| HSL | 129.77º | 0.77% | 0.44% | - |
| HSV(B) | 129.77º | 0.87% | 0.77% | - |
| XYZ | 21.01 | 40.4 | 10.06 | - |
| YUV | 129.16 | 85.02 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 53 | 0.87 | 0 | 0.73 | 0.23 | 129.77 | 0.77 | 0.44 |
| Hex | 19 | C5 | 35 | 57 | 0 | 49 | 17 | 82 | 4D | 2C |
| Octal | 31 | 305 | 65 | 127 | 0 | 111 | 27 | 202 | 115 | 54 |
| Binary | 11001 | 11000101 | 110101 | 1010111 | 0 | 1001001 | 10111 | 10000010 | 1001101 | 101100 |
Color Harmonies of #19C535
Complementary color
Monochromatic Colors of #19C535
Black with #19C535
Text Example
Text Example
White with #19C535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C535; }
p { color: rgb(25,197,53); }
H1.HeaderClassName
{
color: #19C535;
}
.AnyTagClassName
{
color: #19C535;
}
</style>
background-color css
<style>
a { background-color: #19C535; }
a { background-color: rgb(25,197,53); }
div.DivClassName
{
background-color: #19C535;
}
.BgClassName
{
background-color: #19C535;
}
</style>
border-color css
<style>
span { border-color: #19C535; }
span { border-color: rgb(25,197,53); }
td.TdClassName
{
border-color: #19C535;
}
.TagClassName
{
border-color: #19C535;
}
</style>