Shades of Dark Pastel Green #14B33C
Tints of Dark Pastel Green #14B33C
RGB
CMYK
RGB Variations
Color information
#14B33C (or 0x14B33C) is known color: Dark Pastel Green. HEX triplet: 14, B3 and 3C. RGB value is (20,179,60). Sum of RGB (Red+Green+Blue) = 20+179+60=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 179 (70.31% from 255 or 69.11% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 179 - color contains mainly: green. Hex color #14B33C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14B33C is #EB4CC3. Grayscale: #767676. Windows color (decimal): -15420612 or 3978004. OLE color: 3978004.
HSL color Cylindrical-coordinate representation of color #14B33C: hue angle of 135.09º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B33C is Cyan = 0.89, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 20 | 179 | 60 | - |
| CMYK | 0.89 | 0 | 0.66 | 0.30 |
| HSL | 135.09º | 0.8% | 0.39% | - |
| HSV(B) | 135.09º | 0.89% | 0.7% | - |
| XYZ | 17.22 | 32.72 | 9.68 | - |
| YUV | 117.89 | 95.32 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 179 | 60 | 0.89 | 0 | 0.66 | 0.30 | 135.09 | 0.8 | 0.39 |
| Hex | 14 | B3 | 3C | 59 | 0 | 42 | 1E | 87 | 50 | 27 |
| Octal | 24 | 263 | 74 | 131 | 0 | 102 | 36 | 207 | 120 | 47 |
| Binary | 10100 | 10110011 | 111100 | 1011001 | 0 | 1000010 | 11110 | 10000111 | 1010000 | 100111 |
Color Harmonies of #14B33C
Complementary color
Monochromatic Colors of #14B33C
Black with #14B33C
Text Example
Text Example
White with #14B33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14B33C; }
p { color: rgb(20,179,60); }
H1.HeaderClassName
{
color: #14B33C;
}
.AnyTagClassName
{
color: #14B33C;
}
</style>
background-color css
<style>
a { background-color: #14B33C; }
a { background-color: rgb(20,179,60); }
div.DivClassName
{
background-color: #14B33C;
}
.BgClassName
{
background-color: #14B33C;
}
</style>
border-color css
<style>
span { border-color: #14B33C; }
span { border-color: rgb(20,179,60); }
td.TdClassName
{
border-color: #14B33C;
}
.TagClassName
{
border-color: #14B33C;
}
</style>