Shades of Dark Pastel Green #13BA1B
Tints of Dark Pastel Green #13BA1B
RGB
CMYK
RGB Variations
Color information
#13BA1B (or 0x13BA1B) is known color: Dark Pastel Green. HEX triplet: 13, BA and 1B. RGB value is (19,186,27). Sum of RGB (Red+Green+Blue) = 19+186+27=232 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.19% from 232); Green value is 186 (73.05% from 255 or 80.17% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA1B is #EC45E4. Grayscale: #767676. Windows color (decimal): -15484389 or 1817107. OLE color: 1817107.
HSL color Cylindrical-coordinate representation of color #13BA1B: hue angle of 122.87º 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 #13BA1B is Cyan = 0.90, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 27 | - |
| CMYK | 0.90 | 0 | 0.85 | 0.27 |
| HSL | 122.87º | 0.81% | 0.4% | - |
| HSV(B) | 122.87º | 0.9% | 0.73% | - |
| XYZ | 18.03 | 35.34 | 6.91 | - |
| YUV | 117.94 | 76.67 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 27 | 0.90 | 0 | 0.85 | 0.27 | 122.87 | 0.81 | 0.4 |
| Hex | 13 | BA | 1B | 5A | 0 | 55 | 1B | 7B | 51 | 28 |
| Octal | 23 | 272 | 33 | 132 | 0 | 125 | 33 | 173 | 121 | 50 |
| Binary | 10011 | 10111010 | 11011 | 1011010 | 0 | 1010101 | 11011 | 1111011 | 1010001 | 101000 |
Color Harmonies of #13BA1B
Complementary color
Monochromatic Colors of #13BA1B
Black with #13BA1B
Text Example
Text Example
White with #13BA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA1B; }
p { color: rgb(19,186,27); }
H1.HeaderClassName
{
color: #13BA1B;
}
.AnyTagClassName
{
color: #13BA1B;
}
</style>
background-color css
<style>
a { background-color: #13BA1B; }
a { background-color: rgb(19,186,27); }
div.DivClassName
{
background-color: #13BA1B;
}
.BgClassName
{
background-color: #13BA1B;
}
</style>
border-color css
<style>
span { border-color: #13BA1B; }
span { border-color: rgb(19,186,27); }
td.TdClassName
{
border-color: #13BA1B;
}
.TagClassName
{
border-color: #13BA1B;
}
</style>