Shades of Dark Pastel Green #19B732
Tints of Dark Pastel Green #19B732
RGB
CMYK
RGB Variations
Color information
#19B732 (or 0x19B732) is known color: Dark Pastel Green. HEX triplet: 19, B7 and 32. RGB value is (25,183,50). Sum of RGB (Red+Green+Blue) = 25+183+50=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #19B732 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19B732 is #E648CD. Grayscale: #787878. Windows color (decimal): -15091918 or 3323673. OLE color: 3323673.
HSL color Cylindrical-coordinate representation of color #19B732: hue angle of 129.49º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B732 is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 25 | 183 | 50 | - |
| CMYK | 0.86 | 0 | 0.73 | 0.28 |
| HSL | 129.49º | 0.76% | 0.41% | - |
| HSV(B) | 129.49º | 0.86% | 0.72% | - |
| XYZ | 17.91 | 34.3 | 8.69 | - |
| YUV | 120.6 | 88.15 | 59.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 183 | 50 | 0.86 | 0 | 0.73 | 0.28 | 129.49 | 0.76 | 0.41 |
| Hex | 19 | B7 | 32 | 56 | 0 | 49 | 1C | 81 | 4C | 29 |
| Octal | 31 | 267 | 62 | 126 | 0 | 111 | 34 | 201 | 114 | 51 |
| Binary | 11001 | 10110111 | 110010 | 1010110 | 0 | 1001001 | 11100 | 10000001 | 1001100 | 101001 |
Color Harmonies of #19B732
Complementary color
Monochromatic Colors of #19B732
Black with #19B732
Text Example
Text Example
White with #19B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B732; }
p { color: rgb(25,183,50); }
H1.HeaderClassName
{
color: #19B732;
}
.AnyTagClassName
{
color: #19B732;
}
</style>
background-color css
<style>
a { background-color: #19B732; }
a { background-color: rgb(25,183,50); }
div.DivClassName
{
background-color: #19B732;
}
.BgClassName
{
background-color: #19B732;
}
</style>
border-color css
<style>
span { border-color: #19B732; }
span { border-color: rgb(25,183,50); }
td.TdClassName
{
border-color: #19B732;
}
.TagClassName
{
border-color: #19B732;
}
</style>