Shades of Dark Pastel Green #13C52F
Tints of Dark Pastel Green #13C52F
RGB
CMYK
RGB Variations
Color information
#13C52F (or 0x13C52F) is known color: Dark Pastel Green. HEX triplet: 13, C5 and 2F. RGB value is (19,197,47). Sum of RGB (Red+Green+Blue) = 19+197+47=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 197 (77.34% from 255 or 74.90% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 197 - color contains mainly: green. Hex color #13C52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13C52F is #EC3AD0. Grayscale: #7F7F7F. Windows color (decimal): -15481553 or 3130643. OLE color: 3130643.
HSL color Cylindrical-coordinate representation of color #13C52F: hue angle of 129.44º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13C52F is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 19 | 197 | 47 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.23 |
| HSL | 129.44º | 0.82% | 0.42% | - |
| HSV(B) | 129.44º | 0.9% | 0.77% | - |
| XYZ | 20.75 | 40.28 | 9.37 | - |
| YUV | 126.68 | 83.03 | 51.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 197 | 47 | 0.90 | 0 | 0.76 | 0.23 | 129.44 | 0.82 | 0.42 |
| Hex | 13 | C5 | 2F | 5A | 0 | 4C | 17 | 81 | 52 | 2A |
| Octal | 23 | 305 | 57 | 132 | 0 | 114 | 27 | 201 | 122 | 52 |
| Binary | 10011 | 11000101 | 101111 | 1011010 | 0 | 1001100 | 10111 | 10000001 | 1010010 | 101010 |
Color Harmonies of #13C52F
Complementary color
Monochromatic Colors of #13C52F
Black with #13C52F
Text Example
Text Example
White with #13C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13C52F; }
p { color: rgb(19,197,47); }
H1.HeaderClassName
{
color: #13C52F;
}
.AnyTagClassName
{
color: #13C52F;
}
</style>
background-color css
<style>
a { background-color: #13C52F; }
a { background-color: rgb(19,197,47); }
div.DivClassName
{
background-color: #13C52F;
}
.BgClassName
{
background-color: #13C52F;
}
</style>
border-color css
<style>
span { border-color: #13C52F; }
span { border-color: rgb(19,197,47); }
td.TdClassName
{
border-color: #13C52F;
}
.TagClassName
{
border-color: #13C52F;
}
</style>