Shades of Dark Pastel Green #14B71D
Tints of Dark Pastel Green #14B71D
RGB
CMYK
RGB Variations
Color information
#14B71D (or 0x14B71D) is known color: Dark Pastel Green. HEX triplet: 14, B7 and 1D. RGB value is (20,183,29). Sum of RGB (Red+Green+Blue) = 20+183+29=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 183 (71.88% from 255 or 78.88% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 183 - color contains mainly: green. Hex color #14B71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B71D is #EB48E2. Grayscale: #757575. Windows color (decimal): -15419619 or 1947412. OLE color: 1947412.
HSL color Cylindrical-coordinate representation of color #14B71D: hue angle of 123.31º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B71D is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 29 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.28 |
| HSL | 123.31º | 0.8% | 0.4% | - |
| HSV(B) | 123.31º | 0.89% | 0.72% | - |
| XYZ | 17.44 | 34.1 | 6.83 | - |
| YUV | 116.71 | 78.5 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 29 | 0.89 | 0 | 0.84 | 0.28 | 123.31 | 0.8 | 0.4 |
| Hex | 14 | B7 | 1D | 59 | 0 | 54 | 1C | 7B | 50 | 28 |
| Octal | 24 | 267 | 35 | 131 | 0 | 124 | 34 | 173 | 120 | 50 |
| Binary | 10100 | 10110111 | 11101 | 1011001 | 0 | 1010100 | 11100 | 1111011 | 1010000 | 101000 |
Color Harmonies of #14B71D
Complementary color
Monochromatic Colors of #14B71D
Black with #14B71D
Text Example
Text Example
White with #14B71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B71D; }
p { color: rgb(20,183,29); }
H1.HeaderClassName
{
color: #14B71D;
}
.AnyTagClassName
{
color: #14B71D;
}
</style>
background-color css
<style>
a { background-color: #14B71D; }
a { background-color: rgb(20,183,29); }
div.DivClassName
{
background-color: #14B71D;
}
.BgClassName
{
background-color: #14B71D;
}
</style>
border-color css
<style>
span { border-color: #14B71D; }
span { border-color: rgb(20,183,29); }
td.TdClassName
{
border-color: #14B71D;
}
.TagClassName
{
border-color: #14B71D;
}
</style>