Shades of Dark Pastel Green #13BA1E
Tints of Dark Pastel Green #13BA1E
RGB
CMYK
RGB Variations
Color information
#13BA1E (or 0x13BA1E) is known color: Dark Pastel Green. HEX triplet: 13, BA and 1E. RGB value is (19,186,30). Sum of RGB (Red+Green+Blue) = 19+186+30=235 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.09% from 235); Green value is 186 (73.05% from 255 or 79.15% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA1E is #EC45E1. Grayscale: #767676. Windows color (decimal): -15484386 or 2013715. OLE color: 2013715.
HSL color Cylindrical-coordinate representation of color #13BA1E: hue angle of 123.95º 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 #13BA1E is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 30 | - |
| CMYK | 0.90 | 0 | 0.84 | 0.27 |
| HSL | 123.95º | 0.81% | 0.4% | - |
| HSV(B) | 123.95º | 0.9% | 0.73% | - |
| XYZ | 18.06 | 35.35 | 7.1 | - |
| YUV | 118.28 | 78.17 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 30 | 0.90 | 0 | 0.84 | 0.27 | 123.95 | 0.81 | 0.4 |
| Hex | 13 | BA | 1E | 5A | 0 | 54 | 1B | 7C | 51 | 28 |
| Octal | 23 | 272 | 36 | 132 | 0 | 124 | 33 | 174 | 121 | 50 |
| Binary | 10011 | 10111010 | 11110 | 1011010 | 0 | 1010100 | 11011 | 1111100 | 1010001 | 101000 |
Color Harmonies of #13BA1E
Complementary color
Monochromatic Colors of #13BA1E
Black with #13BA1E
Text Example
Text Example
White with #13BA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA1E; }
p { color: rgb(19,186,30); }
H1.HeaderClassName
{
color: #13BA1E;
}
.AnyTagClassName
{
color: #13BA1E;
}
</style>
background-color css
<style>
a { background-color: #13BA1E; }
a { background-color: rgb(19,186,30); }
div.DivClassName
{
background-color: #13BA1E;
}
.BgClassName
{
background-color: #13BA1E;
}
</style>
border-color css
<style>
span { border-color: #13BA1E; }
span { border-color: rgb(19,186,30); }
td.TdClassName
{
border-color: #13BA1E;
}
.TagClassName
{
border-color: #13BA1E;
}
</style>