Shades of Dark Pastel Green #13AB2D
Tints of Dark Pastel Green #13AB2D
RGB
CMYK
RGB Variations
Color information
#13AB2D (or 0x13AB2D) is known color: Dark Pastel Green. HEX triplet: 13, AB and 2D. RGB value is (19,171,45). Sum of RGB (Red+Green+Blue) = 19+171+45=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 171 (67.19% from 255 or 72.77% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 171 - color contains mainly: green. Hex color #13AB2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AB2D is #EC54D2. Grayscale: #6F6F6F. Windows color (decimal): -15488211 or 2992915. OLE color: 2992915.
HSL color Cylindrical-coordinate representation of color #13AB2D: hue angle of 130.26º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AB2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 171 | 45 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.33 |
| HSL | 130.26º | 0.8% | 0.37% | - |
| HSV(B) | 130.26º | 0.89% | 0.67% | - |
| XYZ | 15.31 | 29.45 | 7.36 | - |
| YUV | 111.19 | 90.64 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 171 | 45 | 0.89 | 0 | 0.74 | 0.33 | 130.26 | 0.8 | 0.37 |
| Hex | 13 | AB | 2D | 59 | 0 | 4A | 21 | 82 | 50 | 25 |
| Octal | 23 | 253 | 55 | 131 | 0 | 112 | 41 | 202 | 120 | 45 |
| Binary | 10011 | 10101011 | 101101 | 1011001 | 0 | 1001010 | 100001 | 10000010 | 1010000 | 100101 |
Color Harmonies of #13AB2D
Complementary color
Monochromatic Colors of #13AB2D
Black with #13AB2D
Text Example
Text Example
White with #13AB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AB2D; }
p { color: rgb(19,171,45); }
H1.HeaderClassName
{
color: #13AB2D;
}
.AnyTagClassName
{
color: #13AB2D;
}
</style>
background-color css
<style>
a { background-color: #13AB2D; }
a { background-color: rgb(19,171,45); }
div.DivClassName
{
background-color: #13AB2D;
}
.BgClassName
{
background-color: #13AB2D;
}
</style>
border-color css
<style>
span { border-color: #13AB2D; }
span { border-color: rgb(19,171,45); }
td.TdClassName
{
border-color: #13AB2D;
}
.TagClassName
{
border-color: #13AB2D;
}
</style>