Shades of Pigment Green #18973D
Tints of Pigment Green #18973D
RGB
CMYK
RGB Variations
Color information
#18973D (or 0x18973D) is known color: Pigment Green. HEX triplet: 18, 97 and 3D. RGB value is (24,151,61). Sum of RGB (Red+Green+Blue) = 24+151+61=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 151 (59.38% from 255 or 63.98% from 236); Blue value is 61 (24.22% from 255 or 25.85% from 236); Max value from RGB is 151 - color contains mainly: green. Hex color #18973D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18973D is #E768C2. Grayscale: #666666. Windows color (decimal): -15165635 or 4036376. OLE color: 4036376.
HSL color Cylindrical-coordinate representation of color #18973D: hue angle of 137.48º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18973D is Cyan = 0.84, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 151 | 61 | - |
| CMYK | 0.84 | 0 | 0.60 | 0.41 |
| HSL | 137.48º | 0.73% | 0.34% | - |
| HSV(B) | 137.48º | 0.84% | 0.59% | - |
| XYZ | 12.29 | 22.66 | 8.14 | - |
| YUV | 102.77 | 104.42 | 71.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 151 | 61 | 0.84 | 0 | 0.60 | 0.41 | 137.48 | 0.73 | 0.34 |
| Hex | 18 | 97 | 3D | 54 | 0 | 3C | 29 | 89 | 49 | 22 |
| Octal | 30 | 227 | 75 | 124 | 0 | 74 | 51 | 211 | 111 | 42 |
| Binary | 11000 | 10010111 | 111101 | 1010100 | 0 | 111100 | 101001 | 10001001 | 1001001 | 100010 |
Color Harmonies of #18973D
Complementary color
Monochromatic Colors of #18973D
Black with #18973D
Text Example
Text Example
White with #18973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18973D; }
p { color: rgb(24,151,61); }
H1.HeaderClassName
{
color: #18973D;
}
.AnyTagClassName
{
color: #18973D;
}
</style>
background-color css
<style>
a { background-color: #18973D; }
a { background-color: rgb(24,151,61); }
div.DivClassName
{
background-color: #18973D;
}
.BgClassName
{
background-color: #18973D;
}
</style>
border-color css
<style>
span { border-color: #18973D; }
span { border-color: rgb(24,151,61); }
td.TdClassName
{
border-color: #18973D;
}
.TagClassName
{
border-color: #18973D;
}
</style>