Shades of Pigment Green #14973D
Tints of Pigment Green #14973D
RGB
CMYK
RGB Variations
Color information
#14973D (or 0x14973D) is known color: Pigment Green. HEX triplet: 14, 97 and 3D. RGB value is (20,151,61). Sum of RGB (Red+Green+Blue) = 20+151+61=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 151 (59.38% from 255 or 65.09% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 151 - color contains mainly: green. Hex color #14973D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #14973D is #EB68C2. Grayscale: #656565. Windows color (decimal): -15427779 or 4036372. OLE color: 4036372.
HSL color Cylindrical-coordinate representation of color #14973D: hue angle of 138.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14973D is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 20 | 151 | 61 | - |
| CMYK | 0.87 | 0 | 0.60 | 0.41 |
| HSL | 138.78º | 0.77% | 0.34% | - |
| HSV(B) | 138.78º | 0.87% | 0.59% | - |
| XYZ | 12.2 | 22.62 | 8.14 | - |
| YUV | 101.57 | 105.1 | 69.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 61 | 0.87 | 0 | 0.60 | 0.41 | 138.78 | 0.77 | 0.34 |
| Hex | 14 | 97 | 3D | 57 | 0 | 3C | 29 | 8B | 4D | 22 |
| Octal | 24 | 227 | 75 | 127 | 0 | 74 | 51 | 213 | 115 | 42 |
| Binary | 10100 | 10010111 | 111101 | 1010111 | 0 | 111100 | 101001 | 10001011 | 1001101 | 100010 |
Color Harmonies of #14973D
Complementary color
Monochromatic Colors of #14973D
Black with #14973D
Text Example
Text Example
White with #14973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14973D; }
p { color: rgb(20,151,61); }
H1.HeaderClassName
{
color: #14973D;
}
.AnyTagClassName
{
color: #14973D;
}
</style>
background-color css
<style>
a { background-color: #14973D; }
a { background-color: rgb(20,151,61); }
div.DivClassName
{
background-color: #14973D;
}
.BgClassName
{
background-color: #14973D;
}
</style>
border-color css
<style>
span { border-color: #14973D; }
span { border-color: rgb(20,151,61); }
td.TdClassName
{
border-color: #14973D;
}
.TagClassName
{
border-color: #14973D;
}
</style>