Shades of Pigment Green #01924D
Tints of Pigment Green #01924D
RGB
CMYK
RGB Variations
Color information
#01924D (or 0x01924D) is known color: Pigment Green. HEX triplet: 01, 92 and 4D. RGB value is (1,146,77). Sum of RGB (Red+Green+Blue) = 1+146+77=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 146 (57.42% from 255 or 65.18% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 146 - color contains mainly: green. Hex color #01924D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01924D is #FE6DB2. Grayscale: #5E5E5E. Windows color (decimal): -16674227 or 5083649. OLE color: 5083649.
HSL color Cylindrical-coordinate representation of color #01924D: hue angle of 151.45º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01924D is Cyan = 0.99, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 77 | - |
| CMYK | 0.99 | 0 | 0.47 | 0.43 |
| HSL | 151.45º | 0.99% | 0.29% | - |
| HSV(B) | 151.45º | 0.99% | 0.57% | - |
| XYZ | 11.63 | 21.1 | 10.48 | - |
| YUV | 94.78 | 117.96 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 77 | 0.99 | 0 | 0.47 | 0.43 | 151.45 | 0.99 | 0.29 |
| Hex | 1 | 92 | 4D | 63 | 0 | 2F | 2B | 97 | 63 | 1D |
| Octal | 1 | 222 | 115 | 143 | 0 | 57 | 53 | 227 | 143 | 35 |
| Binary | 1 | 10010010 | 1001101 | 1100011 | 0 | 101111 | 101011 | 10010111 | 1100011 | 11101 |
Color Harmonies of #01924D
Complementary color
Monochromatic Colors of #01924D
Black with #01924D
Text Example
Text Example
White with #01924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01924D; }
p { color: rgb(1,146,77); }
H1.HeaderClassName
{
color: #01924D;
}
.AnyTagClassName
{
color: #01924D;
}
</style>
background-color css
<style>
a { background-color: #01924D; }
a { background-color: rgb(1,146,77); }
div.DivClassName
{
background-color: #01924D;
}
.BgClassName
{
background-color: #01924D;
}
</style>
border-color css
<style>
span { border-color: #01924D; }
span { border-color: rgb(1,146,77); }
td.TdClassName
{
border-color: #01924D;
}
.TagClassName
{
border-color: #01924D;
}
</style>