Shades of Dark Pastel Green #13B521
Tints of Dark Pastel Green #13B521
RGB
CMYK
RGB Variations
Color information
#13B521 (or 0x13B521) is known color: Dark Pastel Green. HEX triplet: 13, B5 and 21. RGB value is (19,181,33). Sum of RGB (Red+Green+Blue) = 19+181+33=233 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.15% from 233); Green value is 181 (71.09% from 255 or 77.68% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 181 - color contains mainly: green. Hex color #13B521 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B521 is #EC4ADE. Grayscale: #747474. Windows color (decimal): -15485663 or 2209043. OLE color: 2209043.
HSL color Cylindrical-coordinate representation of color #13B521: hue angle of 125.19º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B521 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 19 | 181 | 33 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.29 |
| HSL | 125.19º | 0.81% | 0.39% | - |
| HSV(B) | 125.19º | 0.9% | 0.71% | - |
| XYZ | 17.07 | 33.3 | 6.97 | - |
| YUV | 115.69 | 81.33 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 181 | 33 | 0.90 | 0 | 0.82 | 0.29 | 125.19 | 0.81 | 0.39 |
| Hex | 13 | B5 | 21 | 5A | 0 | 52 | 1D | 7D | 51 | 27 |
| Octal | 23 | 265 | 41 | 132 | 0 | 122 | 35 | 175 | 121 | 47 |
| Binary | 10011 | 10110101 | 100001 | 1011010 | 0 | 1010010 | 11101 | 1111101 | 1010001 | 100111 |
Color Harmonies of #13B521
Complementary color
Monochromatic Colors of #13B521
Black with #13B521
Text Example
Text Example
White with #13B521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B521; }
p { color: rgb(19,181,33); }
H1.HeaderClassName
{
color: #13B521;
}
.AnyTagClassName
{
color: #13B521;
}
</style>
background-color css
<style>
a { background-color: #13B521; }
a { background-color: rgb(19,181,33); }
div.DivClassName
{
background-color: #13B521;
}
.BgClassName
{
background-color: #13B521;
}
</style>
border-color css
<style>
span { border-color: #13B521; }
span { border-color: rgb(19,181,33); }
td.TdClassName
{
border-color: #13B521;
}
.TagClassName
{
border-color: #13B521;
}
</style>