Shades of Dark Pastel Green #14B736
Tints of Dark Pastel Green #14B736
RGB
CMYK
RGB Variations
Color information
#14B736 (or 0x14B736) is known color: Dark Pastel Green. HEX triplet: 14, B7 and 36. RGB value is (20,183,54). Sum of RGB (Red+Green+Blue) = 20+183+54=257 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.78% from 257); Green value is 183 (71.88% from 255 or 71.21% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 183 - color contains mainly: green. Hex color #14B736 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B736 is #EB48C9. Grayscale: #777777. Windows color (decimal): -15419594 or 3585812. OLE color: 3585812.
HSL color Cylindrical-coordinate representation of color #14B736: hue angle of 132.52º 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 #14B736 is Cyan = 0.89, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 20 | 183 | 54 | - |
| CMYK | 0.89 | 0 | 0.70 | 0.28 |
| HSL | 132.52º | 0.8% | 0.4% | - |
| HSV(B) | 132.52º | 0.89% | 0.72% | - |
| XYZ | 17.89 | 34.28 | 9.16 | - |
| YUV | 119.56 | 91 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 183 | 54 | 0.89 | 0 | 0.70 | 0.28 | 132.52 | 0.8 | 0.4 |
| Hex | 14 | B7 | 36 | 59 | 0 | 46 | 1C | 85 | 50 | 28 |
| Octal | 24 | 267 | 66 | 131 | 0 | 106 | 34 | 205 | 120 | 50 |
| Binary | 10100 | 10110111 | 110110 | 1011001 | 0 | 1000110 | 11100 | 10000101 | 1010000 | 101000 |
Color Harmonies of #14B736
Complementary color
Monochromatic Colors of #14B736
Black with #14B736
Text Example
Text Example
White with #14B736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B736; }
p { color: rgb(20,183,54); }
H1.HeaderClassName
{
color: #14B736;
}
.AnyTagClassName
{
color: #14B736;
}
</style>
background-color css
<style>
a { background-color: #14B736; }
a { background-color: rgb(20,183,54); }
div.DivClassName
{
background-color: #14B736;
}
.BgClassName
{
background-color: #14B736;
}
</style>
border-color css
<style>
span { border-color: #14B736; }
span { border-color: rgb(20,183,54); }
td.TdClassName
{
border-color: #14B736;
}
.TagClassName
{
border-color: #14B736;
}
</style>