Shades of Dark Pastel Green #14BA2F
Tints of Dark Pastel Green #14BA2F
RGB
CMYK
RGB Variations
Color information
#14BA2F (or 0x14BA2F) is known color: Dark Pastel Green. HEX triplet: 14, BA and 2F. RGB value is (20,186,47). Sum of RGB (Red+Green+Blue) = 20+186+47=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 186 (73.05% from 255 or 73.52% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BA2F is #EB45D0. Grayscale: #787878. Windows color (decimal): -15418833 or 3127828. OLE color: 3127828.
HSL color Cylindrical-coordinate representation of color #14BA2F: hue angle of 129.76º 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 #14BA2F is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 20 | 186 | 47 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.27 |
| HSL | 129.76º | 0.81% | 0.4% | - |
| HSV(B) | 129.76º | 0.89% | 0.73% | - |
| XYZ | 18.36 | 35.47 | 8.57 | - |
| YUV | 120.52 | 86.5 | 56.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 186 | 47 | 0.89 | 0 | 0.75 | 0.27 | 129.76 | 0.81 | 0.4 |
| Hex | 14 | BA | 2F | 59 | 0 | 4B | 1B | 82 | 51 | 28 |
| Octal | 24 | 272 | 57 | 131 | 0 | 113 | 33 | 202 | 121 | 50 |
| Binary | 10100 | 10111010 | 101111 | 1011001 | 0 | 1001011 | 11011 | 10000010 | 1010001 | 101000 |
Color Harmonies of #14BA2F
Complementary color
Monochromatic Colors of #14BA2F
Black with #14BA2F
Text Example
Text Example
White with #14BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BA2F; }
p { color: rgb(20,186,47); }
H1.HeaderClassName
{
color: #14BA2F;
}
.AnyTagClassName
{
color: #14BA2F;
}
</style>
background-color css
<style>
a { background-color: #14BA2F; }
a { background-color: rgb(20,186,47); }
div.DivClassName
{
background-color: #14BA2F;
}
.BgClassName
{
background-color: #14BA2F;
}
</style>
border-color css
<style>
span { border-color: #14BA2F; }
span { border-color: rgb(20,186,47); }
td.TdClassName
{
border-color: #14BA2F;
}
.TagClassName
{
border-color: #14BA2F;
}
</style>