Shades of Pigment Green #01953F
Tints of Pigment Green #01953F
RGB
CMYK
RGB Variations
Color information
#01953F (or 0x01953F) is known color: Pigment Green. HEX triplet: 01, 95 and 3F. RGB value is (1,149,63). Sum of RGB (Red+Green+Blue) = 1+149+63=213 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #01953F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01953F is #FE6AC0. Grayscale: #5F5F5F. Windows color (decimal): -16673473 or 4166913. OLE color: 4166913.
HSL color Cylindrical-coordinate representation of color #01953F: hue angle of 145.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01953F is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 63 | - |
| CMYK | 0.99 | 0 | 0.58 | 0.42 |
| HSL | 145.14º | 0.99% | 0.29% | - |
| HSV(B) | 145.14º | 0.99% | 0.58% | - |
| XYZ | 11.66 | 21.86 | 8.31 | - |
| YUV | 94.94 | 109.97 | 60.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 63 | 0.99 | 0 | 0.58 | 0.42 | 145.14 | 0.99 | 0.29 |
| Hex | 1 | 95 | 3F | 63 | 0 | 3A | 2A | 91 | 63 | 1D |
| Octal | 1 | 225 | 77 | 143 | 0 | 72 | 52 | 221 | 143 | 35 |
| Binary | 1 | 10010101 | 111111 | 1100011 | 0 | 111010 | 101010 | 10010001 | 1100011 | 11101 |
Color Harmonies of #01953F
Complementary color
Monochromatic Colors of #01953F
Black with #01953F
Text Example
Text Example
White with #01953F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01953F; }
p { color: rgb(1,149,63); }
H1.HeaderClassName
{
color: #01953F;
}
.AnyTagClassName
{
color: #01953F;
}
</style>
background-color css
<style>
a { background-color: #01953F; }
a { background-color: rgb(1,149,63); }
div.DivClassName
{
background-color: #01953F;
}
.BgClassName
{
background-color: #01953F;
}
</style>
border-color css
<style>
span { border-color: #01953F; }
span { border-color: rgb(1,149,63); }
td.TdClassName
{
border-color: #01953F;
}
.TagClassName
{
border-color: #01953F;
}
</style>