Shades of Dark Pastel Green #14BA2D
Tints of Dark Pastel Green #14BA2D
RGB
CMYK
RGB Variations
Color information
#14BA2D (or 0x14BA2D) is known color: Dark Pastel Green. HEX triplet: 14, BA and 2D. RGB value is (20,186,45). Sum of RGB (Red+Green+Blue) = 20+186+45=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 186 (73.05% from 255 or 74.10% from 251); Blue value is 45 (17.97% from 255 or 17.93% from 251); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA2D is #EB45D2. Grayscale: #787878. Windows color (decimal): -15418835 or 2996756. OLE color: 2996756.
HSL color Cylindrical-coordinate representation of color #14BA2D: hue angle of 129.04º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA2D is Cyan = 0.89, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 45 | - |
| CMYK | 0.89 | 0 | 0.76 | 0.27 |
| HSL | 129.04º | 0.81% | 0.4% | - |
| HSV(B) | 129.04º | 0.89% | 0.73% | - |
| XYZ | 18.32 | 35.46 | 8.36 | - |
| YUV | 120.29 | 85.5 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 45 | 0.89 | 0 | 0.76 | 0.27 | 129.04 | 0.81 | 0.4 |
| Hex | 14 | BA | 2D | 59 | 0 | 4C | 1B | 81 | 51 | 28 |
| Octal | 24 | 272 | 55 | 131 | 0 | 114 | 33 | 201 | 121 | 50 |
| Binary | 10100 | 10111010 | 101101 | 1011001 | 0 | 1001100 | 11011 | 10000001 | 1010001 | 101000 |
Color Harmonies of #14BA2D
Complementary color
Monochromatic Colors of #14BA2D
Black with #14BA2D
Text Example
Text Example
White with #14BA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA2D; }
p { color: rgb(20,186,45); }
H1.HeaderClassName
{
color: #14BA2D;
}
.AnyTagClassName
{
color: #14BA2D;
}
</style>
background-color css
<style>
a { background-color: #14BA2D; }
a { background-color: rgb(20,186,45); }
div.DivClassName
{
background-color: #14BA2D;
}
.BgClassName
{
background-color: #14BA2D;
}
</style>
border-color css
<style>
span { border-color: #14BA2D; }
span { border-color: rgb(20,186,45); }
td.TdClassName
{
border-color: #14BA2D;
}
.TagClassName
{
border-color: #14BA2D;
}
</style>