Shades of Dark Pastel Green #19C536
Tints of Dark Pastel Green #19C536
RGB
CMYK
RGB Variations
Color information
#19C536 (or 0x19C536) is known color: Dark Pastel Green. HEX triplet: 19, C5 and 36. RGB value is (25,197,54). Sum of RGB (Red+Green+Blue) = 25+197+54=276 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.06% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #19C536 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C536 is #E63AC9. Grayscale: #818181. Windows color (decimal): -15088330 or 3589401. OLE color: 3589401.
HSL color Cylindrical-coordinate representation of color #19C536: hue angle of 130.12º 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 #19C536 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 25 | 197 | 54 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.23 |
| HSL | 130.12º | 0.77% | 0.44% | - |
| HSV(B) | 130.12º | 0.87% | 0.77% | - |
| XYZ | 21.03 | 40.41 | 10.18 | - |
| YUV | 129.27 | 85.52 | 53.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 197 | 54 | 0.87 | 0 | 0.73 | 0.23 | 130.12 | 0.77 | 0.44 |
| Hex | 19 | C5 | 36 | 57 | 0 | 49 | 17 | 82 | 4D | 2C |
| Octal | 31 | 305 | 66 | 127 | 0 | 111 | 27 | 202 | 115 | 54 |
| Binary | 11001 | 11000101 | 110110 | 1010111 | 0 | 1001001 | 10111 | 10000010 | 1001101 | 101100 |
Color Harmonies of #19C536
Complementary color
Monochromatic Colors of #19C536
Black with #19C536
Text Example
Text Example
White with #19C536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C536; }
p { color: rgb(25,197,54); }
H1.HeaderClassName
{
color: #19C536;
}
.AnyTagClassName
{
color: #19C536;
}
</style>
background-color css
<style>
a { background-color: #19C536; }
a { background-color: rgb(25,197,54); }
div.DivClassName
{
background-color: #19C536;
}
.BgClassName
{
background-color: #19C536;
}
</style>
border-color css
<style>
span { border-color: #19C536; }
span { border-color: rgb(25,197,54); }
td.TdClassName
{
border-color: #19C536;
}
.TagClassName
{
border-color: #19C536;
}
</style>