Shades of Dark Pastel Green #19B145
Tints of Dark Pastel Green #19B145
RGB
CMYK
RGB Variations
Color information
#19B145 (or 0x19B145) is known color: Dark Pastel Green. HEX triplet: 19, B1 and 45. RGB value is (25,177,69). Sum of RGB (Red+Green+Blue) = 25+177+69=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 177 (69.53% from 255 or 65.31% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 177 - color contains mainly: green. Hex color #19B145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19B145 is #E64EBA. Grayscale: #777777. Windows color (decimal): -15093435 or 4567321. OLE color: 4567321.
HSL color Cylindrical-coordinate representation of color #19B145: hue angle of 137.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B145 is Cyan = 0.86, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 177 | 69 | - |
| CMYK | 0.86 | 0 | 0.61 | 0.31 |
| HSL | 137.37º | 0.75% | 0.4% | - |
| HSV(B) | 137.37º | 0.86% | 0.69% | - |
| XYZ | 17.2 | 32.08 | 10.92 | - |
| YUV | 119.24 | 99.64 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 177 | 69 | 0.86 | 0 | 0.61 | 0.31 | 137.37 | 0.75 | 0.4 |
| Hex | 19 | B1 | 45 | 56 | 0 | 3D | 1F | 89 | 4B | 28 |
| Octal | 31 | 261 | 105 | 126 | 0 | 75 | 37 | 211 | 113 | 50 |
| Binary | 11001 | 10110001 | 1000101 | 1010110 | 0 | 111101 | 11111 | 10001001 | 1001011 | 101000 |
Color Harmonies of #19B145
Complementary color
Monochromatic Colors of #19B145
Black with #19B145
Text Example
Text Example
White with #19B145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B145; }
p { color: rgb(25,177,69); }
H1.HeaderClassName
{
color: #19B145;
}
.AnyTagClassName
{
color: #19B145;
}
</style>
background-color css
<style>
a { background-color: #19B145; }
a { background-color: rgb(25,177,69); }
div.DivClassName
{
background-color: #19B145;
}
.BgClassName
{
background-color: #19B145;
}
</style>
border-color css
<style>
span { border-color: #19B145; }
span { border-color: rgb(25,177,69); }
td.TdClassName
{
border-color: #19B145;
}
.TagClassName
{
border-color: #19B145;
}
</style>