Shades of Dark Pastel Green #13D32F
Tints of Dark Pastel Green #13D32F
RGB
CMYK
RGB Variations
Color information
#13D32F (or 0x13D32F) is known color: Dark Pastel Green. HEX triplet: 13, D3 and 2F. RGB value is (19,211,47). Sum of RGB (Red+Green+Blue) = 19+211+47=277 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.86% from 277); Green value is 211 (82.81% from 255 or 76.17% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 211 - color contains mainly: green. Hex color #13D32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D32F is #EC2CD0. Grayscale: #878787. Windows color (decimal): -15477969 or 3134227. OLE color: 3134227.
HSL color Cylindrical-coordinate representation of color #13D32F: hue angle of 128.75º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D32F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 47 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.17 |
| HSL | 128.75º | 0.83% | 0.45% | - |
| HSV(B) | 128.75º | 0.91% | 0.83% | - |
| XYZ | 24.08 | 46.93 | 10.48 | - |
| YUV | 134.9 | 78.39 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 47 | 0.91 | 0 | 0.78 | 0.17 | 128.75 | 0.83 | 0.45 |
| Hex | 13 | D3 | 2F | 5B | 0 | 4E | 11 | 81 | 53 | 2D |
| Octal | 23 | 323 | 57 | 133 | 0 | 116 | 21 | 201 | 123 | 55 |
| Binary | 10011 | 11010011 | 101111 | 1011011 | 0 | 1001110 | 10001 | 10000001 | 1010011 | 101101 |
Color Harmonies of #13D32F
Complementary color
Monochromatic Colors of #13D32F
Black with #13D32F
Text Example
Text Example
White with #13D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D32F; }
p { color: rgb(19,211,47); }
H1.HeaderClassName
{
color: #13D32F;
}
.AnyTagClassName
{
color: #13D32F;
}
</style>
background-color css
<style>
a { background-color: #13D32F; }
a { background-color: rgb(19,211,47); }
div.DivClassName
{
background-color: #13D32F;
}
.BgClassName
{
background-color: #13D32F;
}
</style>
border-color css
<style>
span { border-color: #13D32F; }
span { border-color: rgb(19,211,47); }
td.TdClassName
{
border-color: #13D32F;
}
.TagClassName
{
border-color: #13D32F;
}
</style>