Shades of Dark Pastel Green #13BD20
Tints of Dark Pastel Green #13BD20
RGB
CMYK
RGB Variations
Color information
#13BD20 (or 0x13BD20) is known color: Dark Pastel Green. HEX triplet: 13, BD and 20. RGB value is (19,189,32). Sum of RGB (Red+Green+Blue) = 19+189+32=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 189 (74.22% from 255 or 78.75% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BD20 is #EC42DF. Grayscale: #787878. Windows color (decimal): -15483616 or 2145555. OLE color: 2145555.
HSL color Cylindrical-coordinate representation of color #13BD20: hue angle of 124.59º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13BD20 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 32 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.26 |
| HSL | 124.59º | 0.82% | 0.41% | - |
| HSV(B) | 124.59º | 0.9% | 0.74% | - |
| XYZ | 18.73 | 36.64 | 7.45 | - |
| YUV | 120.27 | 78.18 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 32 | 0.90 | 0 | 0.83 | 0.26 | 124.59 | 0.82 | 0.41 |
| Hex | 13 | BD | 20 | 5A | 0 | 53 | 1A | 7D | 52 | 29 |
| Octal | 23 | 275 | 40 | 132 | 0 | 123 | 32 | 175 | 122 | 51 |
| Binary | 10011 | 10111101 | 100000 | 1011010 | 0 | 1010011 | 11010 | 1111101 | 1010010 | 101001 |
Color Harmonies of #13BD20
Complementary color
Monochromatic Colors of #13BD20
Black with #13BD20
Text Example
Text Example
White with #13BD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD20; }
p { color: rgb(19,189,32); }
H1.HeaderClassName
{
color: #13BD20;
}
.AnyTagClassName
{
color: #13BD20;
}
</style>
background-color css
<style>
a { background-color: #13BD20; }
a { background-color: rgb(19,189,32); }
div.DivClassName
{
background-color: #13BD20;
}
.BgClassName
{
background-color: #13BD20;
}
</style>
border-color css
<style>
span { border-color: #13BD20; }
span { border-color: rgb(19,189,32); }
td.TdClassName
{
border-color: #13BD20;
}
.TagClassName
{
border-color: #13BD20;
}
</style>