Shades of Dark Pastel Green #13D339
Tints of Dark Pastel Green #13D339
RGB
CMYK
RGB Variations
Color information
#13D339 (or 0x13D339) is known color: Dark Pastel Green. HEX triplet: 13, D3 and 39. RGB value is (19,211,57). Sum of RGB (Red+Green+Blue) = 19+211+57=287 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.62% from 287); Green value is 211 (82.81% from 255 or 73.52% from 287); Blue value is 57 (22.66% from 255 or 19.86% from 287); Max value from RGB is 211 - color contains mainly: green. Hex color #13D339 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D339 is #EC2CC6. Grayscale: #888888. Windows color (decimal): -15477959 or 3789587. OLE color: 3789587.
HSL color Cylindrical-coordinate representation of color #13D339: hue angle of 131.88º 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 #13D339 is Cyan = 0.91, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 211 | 57 | - |
| CMYK | 0.91 | 0 | 0.73 | 0.17 |
| HSL | 131.88º | 0.83% | 0.45% | - |
| HSV(B) | 131.88º | 0.91% | 0.83% | - |
| XYZ | 24.3 | 47.02 | 11.67 | - |
| YUV | 136.04 | 83.39 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 211 | 57 | 0.91 | 0 | 0.73 | 0.17 | 131.88 | 0.83 | 0.45 |
| Hex | 13 | D3 | 39 | 5B | 0 | 49 | 11 | 84 | 53 | 2D |
| Octal | 23 | 323 | 71 | 133 | 0 | 111 | 21 | 204 | 123 | 55 |
| Binary | 10011 | 11010011 | 111001 | 1011011 | 0 | 1001001 | 10001 | 10000100 | 1010011 | 101101 |
Color Harmonies of #13D339
Complementary color
Monochromatic Colors of #13D339
Black with #13D339
Text Example
Text Example
White with #13D339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D339; }
p { color: rgb(19,211,57); }
H1.HeaderClassName
{
color: #13D339;
}
.AnyTagClassName
{
color: #13D339;
}
</style>
background-color css
<style>
a { background-color: #13D339; }
a { background-color: rgb(19,211,57); }
div.DivClassName
{
background-color: #13D339;
}
.BgClassName
{
background-color: #13D339;
}
</style>
border-color css
<style>
span { border-color: #13D339; }
span { border-color: rgb(19,211,57); }
td.TdClassName
{
border-color: #13D339;
}
.TagClassName
{
border-color: #13D339;
}
</style>