Shades of Dark Pastel Green #19B036
Tints of Dark Pastel Green #19B036
RGB
CMYK
RGB Variations
Color information
#19B036 (or 0x19B036) is known color: Dark Pastel Green. HEX triplet: 19, B0 and 36. RGB value is (25,176,54). Sum of RGB (Red+Green+Blue) = 25+176+54=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 176 (69.14% from 255 or 69.02% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 176 - color contains mainly: green. Hex color #19B036 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19B036 is #E64FC9. Grayscale: #757575. Windows color (decimal): -15093706 or 3584025. OLE color: 3584025.
HSL color Cylindrical-coordinate representation of color #19B036: hue angle of 131.52º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19B036 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 176 | 54 | - |
| CMYK | 0.86 | 0 | 0.69 | 0.31 |
| HSL | 131.52º | 0.75% | 0.39% | - |
| HSV(B) | 131.52º | 0.86% | 0.69% | - |
| XYZ | 16.59 | 31.52 | 8.7 | - |
| YUV | 116.94 | 92.47 | 62.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 176 | 54 | 0.86 | 0 | 0.69 | 0.31 | 131.52 | 0.75 | 0.39 |
| Hex | 19 | B0 | 36 | 56 | 0 | 45 | 1F | 84 | 4B | 27 |
| Octal | 31 | 260 | 66 | 126 | 0 | 105 | 37 | 204 | 113 | 47 |
| Binary | 11001 | 10110000 | 110110 | 1010110 | 0 | 1000101 | 11111 | 10000100 | 1001011 | 100111 |
Color Harmonies of #19B036
Complementary color
Monochromatic Colors of #19B036
Black with #19B036
Text Example
Text Example
White with #19B036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19B036; }
p { color: rgb(25,176,54); }
H1.HeaderClassName
{
color: #19B036;
}
.AnyTagClassName
{
color: #19B036;
}
</style>
background-color css
<style>
a { background-color: #19B036; }
a { background-color: rgb(25,176,54); }
div.DivClassName
{
background-color: #19B036;
}
.BgClassName
{
background-color: #19B036;
}
</style>
border-color css
<style>
span { border-color: #19B036; }
span { border-color: rgb(25,176,54); }
td.TdClassName
{
border-color: #19B036;
}
.TagClassName
{
border-color: #19B036;
}
</style>