Shades of Dark Pastel Green #13D12F
Tints of Dark Pastel Green #13D12F
RGB
CMYK
RGB Variations
Color information
#13D12F (or 0x13D12F) is known color: Dark Pastel Green. HEX triplet: 13, D1 and 2F. RGB value is (19,209,47). Sum of RGB (Red+Green+Blue) = 19+209+47=275 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.91% from 275); Green value is 209 (82.03% from 255 or 76% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 209 - color contains mainly: green. Hex color #13D12F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D12F is #EC2ED0. Grayscale: #868686. Windows color (decimal): -15478481 or 3133715. OLE color: 3133715.
HSL color Cylindrical-coordinate representation of color #13D12F: hue angle of 128.84º 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 #13D12F is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 19 | 209 | 47 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.18 |
| HSL | 128.84º | 0.83% | 0.45% | - |
| HSV(B) | 128.84º | 0.91% | 0.82% | - |
| XYZ | 23.58 | 45.94 | 10.31 | - |
| YUV | 133.72 | 79.05 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 209 | 47 | 0.91 | 0 | 0.78 | 0.18 | 128.84 | 0.83 | 0.45 |
| Hex | 13 | D1 | 2F | 5B | 0 | 4E | 12 | 81 | 53 | 2D |
| Octal | 23 | 321 | 57 | 133 | 0 | 116 | 22 | 201 | 123 | 55 |
| Binary | 10011 | 11010001 | 101111 | 1011011 | 0 | 1001110 | 10010 | 10000001 | 1010011 | 101101 |
Color Harmonies of #13D12F
Complementary color
Monochromatic Colors of #13D12F
Black with #13D12F
Text Example
Text Example
White with #13D12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D12F; }
p { color: rgb(19,209,47); }
H1.HeaderClassName
{
color: #13D12F;
}
.AnyTagClassName
{
color: #13D12F;
}
</style>
background-color css
<style>
a { background-color: #13D12F; }
a { background-color: rgb(19,209,47); }
div.DivClassName
{
background-color: #13D12F;
}
.BgClassName
{
background-color: #13D12F;
}
</style>
border-color css
<style>
span { border-color: #13D12F; }
span { border-color: rgb(19,209,47); }
td.TdClassName
{
border-color: #13D12F;
}
.TagClassName
{
border-color: #13D12F;
}
</style>