Shades of Pigment Green #01923F
Tints of Pigment Green #01923F
RGB
CMYK
RGB Variations
Color information
#01923F (or 0x01923F) is known color: Pigment Green. HEX triplet: 01, 92 and 3F. RGB value is (1,146,63). Sum of RGB (Red+Green+Blue) = 1+146+63=210 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 210); Green value is 146 (57.42% from 255 or 69.52% from 210); Blue value is 63 (25% from 255 or 30% from 210); Max value from RGB is 146 - color contains mainly: green. Hex color #01923F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01923F is #FE6DC0. Grayscale: #5D5D5D. Windows color (decimal): -16674241 or 4166145. OLE color: 4166145.
HSL color Cylindrical-coordinate representation of color #01923F: hue angle of 145.66º 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 #01923F is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 146 | 63 | - |
| CMYK | 0.99 | 0 | 0.57 | 0.43 |
| HSL | 145.66º | 0.99% | 0.29% | - |
| HSV(B) | 145.66º | 0.99% | 0.57% | - |
| XYZ | 11.19 | 20.92 | 8.15 | - |
| YUV | 93.18 | 110.96 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 146 | 63 | 0.99 | 0 | 0.57 | 0.43 | 145.66 | 0.99 | 0.29 |
| Hex | 1 | 92 | 3F | 63 | 0 | 39 | 2B | 92 | 63 | 1D |
| Octal | 1 | 222 | 77 | 143 | 0 | 71 | 53 | 222 | 143 | 35 |
| Binary | 1 | 10010010 | 111111 | 1100011 | 0 | 111001 | 101011 | 10010010 | 1100011 | 11101 |
Color Harmonies of #01923F
Complementary color
Monochromatic Colors of #01923F
Black with #01923F
Text Example
Text Example
White with #01923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01923F; }
p { color: rgb(1,146,63); }
H1.HeaderClassName
{
color: #01923F;
}
.AnyTagClassName
{
color: #01923F;
}
</style>
background-color css
<style>
a { background-color: #01923F; }
a { background-color: rgb(1,146,63); }
div.DivClassName
{
background-color: #01923F;
}
.BgClassName
{
background-color: #01923F;
}
</style>
border-color css
<style>
span { border-color: #01923F; }
span { border-color: rgb(1,146,63); }
td.TdClassName
{
border-color: #01923F;
}
.TagClassName
{
border-color: #01923F;
}
</style>