Shades of Dark Pastel Green #19CB3C
Tints of Dark Pastel Green #19CB3C
RGB
CMYK
RGB Variations
Color information
#19CB3C (or 0x19CB3C) is known color: Dark Pastel Green. HEX triplet: 19, CB and 3C. RGB value is (25,203,60). Sum of RGB (Red+Green+Blue) = 25+203+60=288 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.68% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB3C is #E634C3. Grayscale: #858585. Windows color (decimal): -15086788 or 3984153. OLE color: 3984153.
HSL color Cylindrical-coordinate representation of color #19CB3C: hue angle of 131.8º 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 #19CB3C is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 60 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.20 |
| HSL | 131.8º | 0.78% | 0.45% | - |
| HSV(B) | 131.8º | 0.88% | 0.8% | - |
| XYZ | 22.57 | 43.24 | 11.43 | - |
| YUV | 133.48 | 86.53 | 50.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 60 | 0.88 | 0 | 0.70 | 0.20 | 131.8 | 0.78 | 0.45 |
| Hex | 19 | CB | 3C | 58 | 0 | 46 | 14 | 84 | 4E | 2D |
| Octal | 31 | 313 | 74 | 130 | 0 | 106 | 24 | 204 | 116 | 55 |
| Binary | 11001 | 11001011 | 111100 | 1011000 | 0 | 1000110 | 10100 | 10000100 | 1001110 | 101101 |
Color Harmonies of #19CB3C
Complementary color
Monochromatic Colors of #19CB3C
Black with #19CB3C
Text Example
Text Example
White with #19CB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB3C; }
p { color: rgb(25,203,60); }
H1.HeaderClassName
{
color: #19CB3C;
}
.AnyTagClassName
{
color: #19CB3C;
}
</style>
background-color css
<style>
a { background-color: #19CB3C; }
a { background-color: rgb(25,203,60); }
div.DivClassName
{
background-color: #19CB3C;
}
.BgClassName
{
background-color: #19CB3C;
}
</style>
border-color css
<style>
span { border-color: #19CB3C; }
span { border-color: rgb(25,203,60); }
td.TdClassName
{
border-color: #19CB3C;
}
.TagClassName
{
border-color: #19CB3C;
}
</style>