Shades of Dark Pastel Green #13BD32
Tints of Dark Pastel Green #13BD32
RGB
CMYK
RGB Variations
Color information
#13BD32 (or 0x13BD32) is known color: Dark Pastel Green. HEX triplet: 13, BD and 32. RGB value is (19,189,50). Sum of RGB (Red+Green+Blue) = 19+189+50=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 189 (74.22% from 255 or 73.26% from 258); Blue value is 50 (19.92% from 255 or 19.38% from 258); Max value from RGB is 189 - color contains mainly: green. Hex color #13BD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BD32 is #EC42CD. Grayscale: #7A7A7A. Windows color (decimal): -15483598 or 3325203. OLE color: 3325203.
HSL color Cylindrical-coordinate representation of color #13BD32: hue angle of 130.94º 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 #13BD32 is Cyan = 0.90, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 19 | 189 | 50 | - |
| CMYK | 0.90 | 0 | 0.74 | 0.26 |
| HSL | 130.94º | 0.82% | 0.41% | - |
| HSV(B) | 130.94º | 0.9% | 0.74% | - |
| XYZ | 19.04 | 36.76 | 9.11 | - |
| YUV | 122.32 | 87.18 | 54.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 189 | 50 | 0.90 | 0 | 0.74 | 0.26 | 130.94 | 0.82 | 0.41 |
| Hex | 13 | BD | 32 | 5A | 0 | 4A | 1A | 83 | 52 | 29 |
| Octal | 23 | 275 | 62 | 132 | 0 | 112 | 32 | 203 | 122 | 51 |
| Binary | 10011 | 10111101 | 110010 | 1011010 | 0 | 1001010 | 11010 | 10000011 | 1010010 | 101001 |
Color Harmonies of #13BD32
Complementary color
Monochromatic Colors of #13BD32
Black with #13BD32
Text Example
Text Example
White with #13BD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BD32; }
p { color: rgb(19,189,50); }
H1.HeaderClassName
{
color: #13BD32;
}
.AnyTagClassName
{
color: #13BD32;
}
</style>
background-color css
<style>
a { background-color: #13BD32; }
a { background-color: rgb(19,189,50); }
div.DivClassName
{
background-color: #13BD32;
}
.BgClassName
{
background-color: #13BD32;
}
</style>
border-color css
<style>
span { border-color: #13BD32; }
span { border-color: rgb(19,189,50); }
td.TdClassName
{
border-color: #13BD32;
}
.TagClassName
{
border-color: #13BD32;
}
</style>