Shades of Dark Pastel Green #13BA28
Tints of Dark Pastel Green #13BA28
RGB
CMYK
RGB Variations
Color information
#13BA28 (or 0x13BA28) is known color: Dark Pastel Green. HEX triplet: 13, BA and 28. RGB value is (19,186,40). Sum of RGB (Red+Green+Blue) = 19+186+40=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 186 (73.05% from 255 or 75.92% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 186 - color contains mainly: green. Hex color #13BA28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13BA28 is #EC45D7. Grayscale: #777777. Windows color (decimal): -15484376 or 2669075. OLE color: 2669075.
HSL color Cylindrical-coordinate representation of color #13BA28: hue angle of 127.54º 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 #13BA28 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 19 | 186 | 40 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.27 |
| HSL | 127.54º | 0.81% | 0.4% | - |
| HSV(B) | 127.54º | 0.9% | 0.73% | - |
| XYZ | 18.21 | 35.41 | 7.88 | - |
| YUV | 119.42 | 83.17 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 186 | 40 | 0.90 | 0 | 0.78 | 0.27 | 127.54 | 0.81 | 0.4 |
| Hex | 13 | BA | 28 | 5A | 0 | 4E | 1B | 80 | 51 | 28 |
| Octal | 23 | 272 | 50 | 132 | 0 | 116 | 33 | 200 | 121 | 50 |
| Binary | 10011 | 10111010 | 101000 | 1011010 | 0 | 1001110 | 11011 | 10000000 | 1010001 | 101000 |
Color Harmonies of #13BA28
Complementary color
Monochromatic Colors of #13BA28
Black with #13BA28
Text Example
Text Example
White with #13BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13BA28; }
p { color: rgb(19,186,40); }
H1.HeaderClassName
{
color: #13BA28;
}
.AnyTagClassName
{
color: #13BA28;
}
</style>
background-color css
<style>
a { background-color: #13BA28; }
a { background-color: rgb(19,186,40); }
div.DivClassName
{
background-color: #13BA28;
}
.BgClassName
{
background-color: #13BA28;
}
</style>
border-color css
<style>
span { border-color: #13BA28; }
span { border-color: rgb(19,186,40); }
td.TdClassName
{
border-color: #13BA28;
}
.TagClassName
{
border-color: #13BA28;
}
</style>