Shades of Dark Pastel Green #13AA3C
Tints of Dark Pastel Green #13AA3C
RGB
CMYK
RGB Variations
Color information
#13AA3C (or 0x13AA3C) is known color: Dark Pastel Green. HEX triplet: 13, AA and 3C. RGB value is (19,170,60). Sum of RGB (Red+Green+Blue) = 19+170+60=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 170 (66.80% from 255 or 68.27% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AA3C is #EC55C3. Grayscale: #707070. Windows color (decimal): -15488452 or 3975699. OLE color: 3975699.
HSL color Cylindrical-coordinate representation of color #13AA3C: hue angle of 136.29º 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 #13AA3C is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 19 | 170 | 60 | - |
| CMYK | 0.89 | 0 | 0.65 | 0.33 |
| HSL | 136.29º | 0.8% | 0.37% | - |
| HSV(B) | 136.29º | 0.89% | 0.67% | - |
| XYZ | 15.46 | 29.21 | 9.1 | - |
| YUV | 112.31 | 98.47 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 170 | 60 | 0.89 | 0 | 0.65 | 0.33 | 136.29 | 0.8 | 0.37 |
| Hex | 13 | AA | 3C | 59 | 0 | 41 | 21 | 88 | 50 | 25 |
| Octal | 23 | 252 | 74 | 131 | 0 | 101 | 41 | 210 | 120 | 45 |
| Binary | 10011 | 10101010 | 111100 | 1011001 | 0 | 1000001 | 100001 | 10001000 | 1010000 | 100101 |
Color Harmonies of #13AA3C
Complementary color
Monochromatic Colors of #13AA3C
Black with #13AA3C
Text Example
Text Example
White with #13AA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13AA3C; }
p { color: rgb(19,170,60); }
H1.HeaderClassName
{
color: #13AA3C;
}
.AnyTagClassName
{
color: #13AA3C;
}
</style>
background-color css
<style>
a { background-color: #13AA3C; }
a { background-color: rgb(19,170,60); }
div.DivClassName
{
background-color: #13AA3C;
}
.BgClassName
{
background-color: #13AA3C;
}
</style>
border-color css
<style>
span { border-color: #13AA3C; }
span { border-color: rgb(19,170,60); }
td.TdClassName
{
border-color: #13AA3C;
}
.TagClassName
{
border-color: #13AA3C;
}
</style>