Shades of Dark Pastel Green #13B933
Tints of Dark Pastel Green #13B933
RGB
CMYK
RGB Variations
Color information
#13B933 (or 0x13B933) is known color: Dark Pastel Green. HEX triplet: 13, B9 and 33. RGB value is (19,185,51). Sum of RGB (Red+Green+Blue) = 19+185+51=255 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.45% from 255); Green value is 185 (72.66% from 255 or 72.55% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 185 - color contains mainly: green. Hex color #13B933 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13B933 is #EC46CC. Grayscale: #787878. Windows color (decimal): -15484621 or 3389715. OLE color: 3389715.
HSL color Cylindrical-coordinate representation of color #13B933: hue angle of 131.57º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13B933 is Cyan = 0.90, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 185 | 51 | - |
| CMYK | 0.90 | 0 | 0.72 | 0.27 |
| HSL | 131.57º | 0.81% | 0.4% | - |
| HSV(B) | 131.57º | 0.9% | 0.73% | - |
| XYZ | 18.22 | 35.08 | 8.94 | - |
| YUV | 120.09 | 89 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 185 | 51 | 0.90 | 0 | 0.72 | 0.27 | 131.57 | 0.81 | 0.4 |
| Hex | 13 | B9 | 33 | 5A | 0 | 48 | 1B | 84 | 51 | 28 |
| Octal | 23 | 271 | 63 | 132 | 0 | 110 | 33 | 204 | 121 | 50 |
| Binary | 10011 | 10111001 | 110011 | 1011010 | 0 | 1001000 | 11011 | 10000100 | 1010001 | 101000 |
Color Harmonies of #13B933
Complementary color
Monochromatic Colors of #13B933
Black with #13B933
Text Example
Text Example
White with #13B933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13B933; }
p { color: rgb(19,185,51); }
H1.HeaderClassName
{
color: #13B933;
}
.AnyTagClassName
{
color: #13B933;
}
</style>
background-color css
<style>
a { background-color: #13B933; }
a { background-color: rgb(19,185,51); }
div.DivClassName
{
background-color: #13B933;
}
.BgClassName
{
background-color: #13B933;
}
</style>
border-color css
<style>
span { border-color: #13B933; }
span { border-color: rgb(19,185,51); }
td.TdClassName
{
border-color: #13B933;
}
.TagClassName
{
border-color: #13B933;
}
</style>