Shades of Dark Pastel Green #19BF34
Tints of Dark Pastel Green #19BF34
RGB
CMYK
RGB Variations
Color information
#19BF34 (or 0x19BF34) is known color: Dark Pastel Green. HEX triplet: 19, BF and 34. RGB value is (25,191,52). Sum of RGB (Red+Green+Blue) = 25+191+52=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 191 (75% from 255 or 71.27% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BF34 is #E640CB. Grayscale: #7D7D7D. Windows color (decimal): -15089868 or 3456793. OLE color: 3456793.
HSL color Cylindrical-coordinate representation of color #19BF34: hue angle of 129.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BF34 is Cyan = 0.87, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 25 | 191 | 52 | - |
| CMYK | 0.87 | 0 | 0.73 | 0.25 |
| HSL | 129.76º | 0.77% | 0.42% | - |
| HSV(B) | 129.76º | 0.87% | 0.75% | - |
| XYZ | 19.65 | 37.72 | 9.49 | - |
| YUV | 125.52 | 86.5 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 191 | 52 | 0.87 | 0 | 0.73 | 0.25 | 129.76 | 0.77 | 0.42 |
| Hex | 19 | BF | 34 | 57 | 0 | 49 | 19 | 82 | 4D | 2A |
| Octal | 31 | 277 | 64 | 127 | 0 | 111 | 31 | 202 | 115 | 52 |
| Binary | 11001 | 10111111 | 110100 | 1010111 | 0 | 1001001 | 11001 | 10000010 | 1001101 | 101010 |
Color Harmonies of #19BF34
Complementary color
Monochromatic Colors of #19BF34
Black with #19BF34
Text Example
Text Example
White with #19BF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19BF34; }
p { color: rgb(25,191,52); }
H1.HeaderClassName
{
color: #19BF34;
}
.AnyTagClassName
{
color: #19BF34;
}
</style>
background-color css
<style>
a { background-color: #19BF34; }
a { background-color: rgb(25,191,52); }
div.DivClassName
{
background-color: #19BF34;
}
.BgClassName
{
background-color: #19BF34;
}
</style>
border-color css
<style>
span { border-color: #19BF34; }
span { border-color: rgb(25,191,52); }
td.TdClassName
{
border-color: #19BF34;
}
.TagClassName
{
border-color: #19BF34;
}
</style>