Shades of Dark Pastel Green #19CB3F
Tints of Dark Pastel Green #19CB3F
RGB
CMYK
RGB Variations
Color information
#19CB3F (or 0x19CB3F) is known color: Dark Pastel Green. HEX triplet: 19, CB and 3F. RGB value is (25,203,63). Sum of RGB (Red+Green+Blue) = 25+203+63=291 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.59% from 291); Green value is 203 (79.69% from 255 or 69.76% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB3F is #E634C0. Grayscale: #868686. Windows color (decimal): -15086785 or 4180761. OLE color: 4180761.
HSL color Cylindrical-coordinate representation of color #19CB3F: hue angle of 132.81º 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 #19CB3F is Cyan = 0.88, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 63 | - |
| CMYK | 0.88 | 0 | 0.69 | 0.20 |
| HSL | 132.81º | 0.78% | 0.45% | - |
| HSV(B) | 132.81º | 0.88% | 0.8% | - |
| XYZ | 22.65 | 43.28 | 11.86 | - |
| YUV | 133.82 | 88.03 | 50.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 63 | 0.88 | 0 | 0.69 | 0.20 | 132.81 | 0.78 | 0.45 |
| Hex | 19 | CB | 3F | 58 | 0 | 45 | 14 | 85 | 4E | 2D |
| Octal | 31 | 313 | 77 | 130 | 0 | 105 | 24 | 205 | 116 | 55 |
| Binary | 11001 | 11001011 | 111111 | 1011000 | 0 | 1000101 | 10100 | 10000101 | 1001110 | 101101 |
Color Harmonies of #19CB3F
Complementary color
Monochromatic Colors of #19CB3F
Black with #19CB3F
Text Example
Text Example
White with #19CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB3F; }
p { color: rgb(25,203,63); }
H1.HeaderClassName
{
color: #19CB3F;
}
.AnyTagClassName
{
color: #19CB3F;
}
</style>
background-color css
<style>
a { background-color: #19CB3F; }
a { background-color: rgb(25,203,63); }
div.DivClassName
{
background-color: #19CB3F;
}
.BgClassName
{
background-color: #19CB3F;
}
</style>
border-color css
<style>
span { border-color: #19CB3F; }
span { border-color: rgb(25,203,63); }
td.TdClassName
{
border-color: #19CB3F;
}
.TagClassName
{
border-color: #19CB3F;
}
</style>