Shades of Pigment Green #01953A
Tints of Pigment Green #01953A
RGB
CMYK
RGB Variations
Color information
#01953A (or 0x01953A) is known color: Pigment Green. HEX triplet: 01, 95 and 3A. RGB value is (1,149,58). Sum of RGB (Red+Green+Blue) = 1+149+58=208 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 208); Green value is 149 (58.59% from 255 or 71.63% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 149 - color contains mainly: green. Hex color #01953A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01953A is #FE6AC5. Grayscale: #5E5E5E. Windows color (decimal): -16673478 or 3839233. OLE color: 3839233.
HSL color Cylindrical-coordinate representation of color #01953A: hue angle of 143.11º 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 #01953A is Cyan = 0.99, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 149 | 58 | - |
| CMYK | 0.99 | 0 | 0.61 | 0.42 |
| HSL | 143.11º | 0.99% | 0.29% | - |
| HSV(B) | 143.11º | 0.99% | 0.58% | - |
| XYZ | 11.52 | 21.81 | 7.6 | - |
| YUV | 94.37 | 107.47 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 149 | 58 | 0.99 | 0 | 0.61 | 0.42 | 143.11 | 0.99 | 0.29 |
| Hex | 1 | 95 | 3A | 63 | 0 | 3D | 2A | 8F | 63 | 1D |
| Octal | 1 | 225 | 72 | 143 | 0 | 75 | 52 | 217 | 143 | 35 |
| Binary | 1 | 10010101 | 111010 | 1100011 | 0 | 111101 | 101010 | 10001111 | 1100011 | 11101 |
Color Harmonies of #01953A
Complementary color
Monochromatic Colors of #01953A
Black with #01953A
Text Example
Text Example
White with #01953A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01953A; }
p { color: rgb(1,149,58); }
H1.HeaderClassName
{
color: #01953A;
}
.AnyTagClassName
{
color: #01953A;
}
</style>
background-color css
<style>
a { background-color: #01953A; }
a { background-color: rgb(1,149,58); }
div.DivClassName
{
background-color: #01953A;
}
.BgClassName
{
background-color: #01953A;
}
</style>
border-color css
<style>
span { border-color: #01953A; }
span { border-color: rgb(1,149,58); }
td.TdClassName
{
border-color: #01953A;
}
.TagClassName
{
border-color: #01953A;
}
</style>