Shades of Dark Pastel Green #14C341
Tints of Dark Pastel Green #14C341
RGB
CMYK
RGB Variations
Color information
#14C341 (or 0x14C341) is known color: Dark Pastel Green. HEX triplet: 14, C3 and 41. RGB value is (20,195,65). Sum of RGB (Red+Green+Blue) = 20+195+65=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 195 (76.56% from 255 or 69.64% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 195 - color contains mainly: green. Hex color #14C341 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C341 is #EB3CBE. Grayscale: #808080. Windows color (decimal): -15416511 or 4309780. OLE color: 4309780.
HSL color Cylindrical-coordinate representation of color #14C341: hue angle of 135.43º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C341 is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 20 | 195 | 65 | - |
| CMYK | 0.90 | 0 | 0.67 | 0.24 |
| HSL | 135.43º | 0.81% | 0.42% | - |
| HSV(B) | 135.43º | 0.9% | 0.76% | - |
| XYZ | 20.76 | 39.56 | 11.54 | - |
| YUV | 127.86 | 92.52 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 195 | 65 | 0.90 | 0 | 0.67 | 0.24 | 135.43 | 0.81 | 0.42 |
| Hex | 14 | C3 | 41 | 5A | 0 | 43 | 18 | 87 | 51 | 2A |
| Octal | 24 | 303 | 101 | 132 | 0 | 103 | 30 | 207 | 121 | 52 |
| Binary | 10100 | 11000011 | 1000001 | 1011010 | 0 | 1000011 | 11000 | 10000111 | 1010001 | 101010 |
Color Harmonies of #14C341
Complementary color
Monochromatic Colors of #14C341
Black with #14C341
Text Example
Text Example
White with #14C341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14C341; }
p { color: rgb(20,195,65); }
H1.HeaderClassName
{
color: #14C341;
}
.AnyTagClassName
{
color: #14C341;
}
</style>
background-color css
<style>
a { background-color: #14C341; }
a { background-color: rgb(20,195,65); }
div.DivClassName
{
background-color: #14C341;
}
.BgClassName
{
background-color: #14C341;
}
</style>
border-color css
<style>
span { border-color: #14C341; }
span { border-color: rgb(20,195,65); }
td.TdClassName
{
border-color: #14C341;
}
.TagClassName
{
border-color: #14C341;
}
</style>