Shades of Dark Pastel Green #19CB3A
Tints of Dark Pastel Green #19CB3A
RGB
CMYK
RGB Variations
Color information
#19CB3A (or 0x19CB3A) is known color: Dark Pastel Green. HEX triplet: 19, CB and 3A. RGB value is (25,203,58). Sum of RGB (Red+Green+Blue) = 25+203+58=286 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.74% from 286); Green value is 203 (79.69% from 255 or 70.98% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB3A is #E634C5. Grayscale: #858585. Windows color (decimal): -15086790 or 3853081. OLE color: 3853081.
HSL color Cylindrical-coordinate representation of color #19CB3A: hue angle of 131.12º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CB3A is Cyan = 0.88, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 58 | - |
| CMYK | 0.88 | 0 | 0.71 | 0.20 |
| HSL | 131.12º | 0.78% | 0.45% | - |
| HSV(B) | 131.12º | 0.88% | 0.8% | - |
| XYZ | 22.52 | 43.22 | 11.16 | - |
| YUV | 133.25 | 85.53 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 58 | 0.88 | 0 | 0.71 | 0.20 | 131.12 | 0.78 | 0.45 |
| Hex | 19 | CB | 3A | 58 | 0 | 47 | 14 | 83 | 4E | 2D |
| Octal | 31 | 313 | 72 | 130 | 0 | 107 | 24 | 203 | 116 | 55 |
| Binary | 11001 | 11001011 | 111010 | 1011000 | 0 | 1000111 | 10100 | 10000011 | 1001110 | 101101 |
Color Harmonies of #19CB3A
Complementary color
Monochromatic Colors of #19CB3A
Black with #19CB3A
Text Example
Text Example
White with #19CB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB3A; }
p { color: rgb(25,203,58); }
H1.HeaderClassName
{
color: #19CB3A;
}
.AnyTagClassName
{
color: #19CB3A;
}
</style>
background-color css
<style>
a { background-color: #19CB3A; }
a { background-color: rgb(25,203,58); }
div.DivClassName
{
background-color: #19CB3A;
}
.BgClassName
{
background-color: #19CB3A;
}
</style>
border-color css
<style>
span { border-color: #19CB3A; }
span { border-color: rgb(25,203,58); }
td.TdClassName
{
border-color: #19CB3A;
}
.TagClassName
{
border-color: #19CB3A;
}
</style>