Shades of Dark Pastel Green #19AF2D
Tints of Dark Pastel Green #19AF2D
RGB
CMYK
RGB Variations
Color information
#19AF2D (or 0x19AF2D) is known color: Dark Pastel Green. HEX triplet: 19, AF and 2D. RGB value is (25,175,45). Sum of RGB (Red+Green+Blue) = 25+175+45=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 175 (68.75% from 255 or 71.43% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF2D is #E650D2. Grayscale: #737373. Windows color (decimal): -15093971 or 2993945. OLE color: 2993945.
HSL color Cylindrical-coordinate representation of color #19AF2D: hue angle of 128º 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 #19AF2D is Cyan = 0.86, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 175 | 45 | - |
| CMYK | 0.86 | 0 | 0.74 | 0.31 |
| HSL | 128º | 0.75% | 0.39% | - |
| HSV(B) | 128º | 0.86% | 0.69% | - |
| XYZ | 16.2 | 31.06 | 7.62 | - |
| YUV | 115.33 | 88.31 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 175 | 45 | 0.86 | 0 | 0.74 | 0.31 | 128 | 0.75 | 0.39 |
| Hex | 19 | AF | 2D | 56 | 0 | 4A | 1F | 80 | 4B | 27 |
| Octal | 31 | 257 | 55 | 126 | 0 | 112 | 37 | 200 | 113 | 47 |
| Binary | 11001 | 10101111 | 101101 | 1010110 | 0 | 1001010 | 11111 | 10000000 | 1001011 | 100111 |
Color Harmonies of #19AF2D
Complementary color
Monochromatic Colors of #19AF2D
Black with #19AF2D
Text Example
Text Example
White with #19AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19AF2D; }
p { color: rgb(25,175,45); }
H1.HeaderClassName
{
color: #19AF2D;
}
.AnyTagClassName
{
color: #19AF2D;
}
</style>
background-color css
<style>
a { background-color: #19AF2D; }
a { background-color: rgb(25,175,45); }
div.DivClassName
{
background-color: #19AF2D;
}
.BgClassName
{
background-color: #19AF2D;
}
</style>
border-color css
<style>
span { border-color: #19AF2D; }
span { border-color: rgb(25,175,45); }
td.TdClassName
{
border-color: #19AF2D;
}
.TagClassName
{
border-color: #19AF2D;
}
</style>