Shades of Dark Pastel Green #13AF2D
Tints of Dark Pastel Green #13AF2D
RGB
CMYK
RGB Variations
Color information
#13AF2D (or 0x13AF2D) is known color: Dark Pastel Green. HEX triplet: 13, AF and 2D. RGB value is (19,175,45). Sum of RGB (Red+Green+Blue) = 19+175+45=239 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.95% from 239); Green value is 175 (68.75% from 255 or 73.22% from 239); Blue value is 45 (17.97% from 255 or 18.83% from 239); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AF2D is #EC50D2. Grayscale: #717171. Windows color (decimal): -15487187 or 2993939. OLE color: 2993939.
HSL color Cylindrical-coordinate representation of color #13AF2D: hue angle of 130º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AF2D is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 19 | 175 | 45 | - |
| CMYK | 0.89 | 0 | 0.74 | 0.31 |
| HSL | 130º | 0.8% | 0.38% | - |
| HSV(B) | 130º | 0.89% | 0.69% | - |
| XYZ | 16.07 | 30.99 | 7.62 | - |
| YUV | 113.54 | 89.32 | 60.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 175 | 45 | 0.89 | 0 | 0.74 | 0.31 | 130 | 0.8 | 0.38 |
| Hex | 13 | AF | 2D | 59 | 0 | 4A | 1F | 82 | 50 | 26 |
| Octal | 23 | 257 | 55 | 131 | 0 | 112 | 37 | 202 | 120 | 46 |
| Binary | 10011 | 10101111 | 101101 | 1011001 | 0 | 1001010 | 11111 | 10000010 | 1010000 | 100110 |
Color Harmonies of #13AF2D
Complementary color
Monochromatic Colors of #13AF2D
Black with #13AF2D
Text Example
Text Example
White with #13AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AF2D; }
p { color: rgb(19,175,45); }
H1.HeaderClassName
{
color: #13AF2D;
}
.AnyTagClassName
{
color: #13AF2D;
}
</style>
background-color css
<style>
a { background-color: #13AF2D; }
a { background-color: rgb(19,175,45); }
div.DivClassName
{
background-color: #13AF2D;
}
.BgClassName
{
background-color: #13AF2D;
}
</style>
border-color css
<style>
span { border-color: #13AF2D; }
span { border-color: rgb(19,175,45); }
td.TdClassName
{
border-color: #13AF2D;
}
.TagClassName
{
border-color: #13AF2D;
}
</style>