Shades of Dark Pastel Green #14BD2F
Tints of Dark Pastel Green #14BD2F
RGB
CMYK
RGB Variations
Color information
#14BD2F (or 0x14BD2F) is known color: Dark Pastel Green. HEX triplet: 14, BD and 2F. RGB value is (20,189,47). Sum of RGB (Red+Green+Blue) = 20+189+47=256 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.81% from 256); Green value is 189 (74.22% from 255 or 73.83% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BD2F is #EB42D0. Grayscale: #7A7A7A. Windows color (decimal): -15418065 or 3128596. OLE color: 3128596.
HSL color Cylindrical-coordinate representation of color #14BD2F: hue angle of 129.59º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD2F is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 20 | 189 | 47 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.26 |
| HSL | 129.59º | 0.81% | 0.41% | - |
| HSV(B) | 129.59º | 0.89% | 0.74% | - |
| XYZ | 19 | 36.75 | 8.78 | - |
| YUV | 122.28 | 85.51 | 55.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 189 | 47 | 0.89 | 0 | 0.75 | 0.26 | 129.59 | 0.81 | 0.41 |
| Hex | 14 | BD | 2F | 59 | 0 | 4B | 1A | 82 | 51 | 29 |
| Octal | 24 | 275 | 57 | 131 | 0 | 113 | 32 | 202 | 121 | 51 |
| Binary | 10100 | 10111101 | 101111 | 1011001 | 0 | 1001011 | 11010 | 10000010 | 1010001 | 101001 |
Color Harmonies of #14BD2F
Complementary color
Monochromatic Colors of #14BD2F
Black with #14BD2F
Text Example
Text Example
White with #14BD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14BD2F; }
p { color: rgb(20,189,47); }
H1.HeaderClassName
{
color: #14BD2F;
}
.AnyTagClassName
{
color: #14BD2F;
}
</style>
background-color css
<style>
a { background-color: #14BD2F; }
a { background-color: rgb(20,189,47); }
div.DivClassName
{
background-color: #14BD2F;
}
.BgClassName
{
background-color: #14BD2F;
}
</style>
border-color css
<style>
span { border-color: #14BD2F; }
span { border-color: rgb(20,189,47); }
td.TdClassName
{
border-color: #14BD2F;
}
.TagClassName
{
border-color: #14BD2F;
}
</style>