Shades of Dark Pastel Green #13D134
Tints of Dark Pastel Green #13D134
RGB
CMYK
RGB Variations
Color information
#13D134 (or 0x13D134) is known color: Dark Pastel Green. HEX triplet: 13, D1 and 34. RGB value is (19,209,52). Sum of RGB (Red+Green+Blue) = 19+209+52=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 209 (82.03% from 255 or 74.64% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 209 - color contains mainly: green. Hex color #13D134 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D134 is #EC2ECB. Grayscale: #868686. Windows color (decimal): -15478476 or 3461395. OLE color: 3461395.
HSL color Cylindrical-coordinate representation of color #13D134: hue angle of 130.42º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D134 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 52 | - |
| CMYK | 0.91 | 0 | 0.75 | 0.18 |
| HSL | 130.42º | 0.83% | 0.45% | - |
| HSV(B) | 130.42º | 0.91% | 0.82% | - |
| XYZ | 23.69 | 45.99 | 10.88 | - |
| YUV | 134.29 | 81.55 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 52 | 0.91 | 0 | 0.75 | 0.18 | 130.42 | 0.83 | 0.45 |
| Hex | 13 | D1 | 34 | 5B | 0 | 4B | 12 | 82 | 53 | 2D |
| Octal | 23 | 321 | 64 | 133 | 0 | 113 | 22 | 202 | 123 | 55 |
| Binary | 10011 | 11010001 | 110100 | 1011011 | 0 | 1001011 | 10010 | 10000010 | 1010011 | 101101 |
Color Harmonies of #13D134
Complementary color
Monochromatic Colors of #13D134
Black with #13D134
Text Example
Text Example
White with #13D134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D134; }
p { color: rgb(19,209,52); }
H1.HeaderClassName
{
color: #13D134;
}
.AnyTagClassName
{
color: #13D134;
}
</style>
background-color css
<style>
a { background-color: #13D134; }
a { background-color: rgb(19,209,52); }
div.DivClassName
{
background-color: #13D134;
}
.BgClassName
{
background-color: #13D134;
}
</style>
border-color css
<style>
span { border-color: #13D134; }
span { border-color: rgb(19,209,52); }
td.TdClassName
{
border-color: #13D134;
}
.TagClassName
{
border-color: #13D134;
}
</style>