Shades of Pigment Green #01934D
Tints of Pigment Green #01934D
RGB
CMYK
RGB Variations
Color information
#01934D (or 0x01934D) is known color: Pigment Green. HEX triplet: 01, 93 and 4D. RGB value is (1,147,77). Sum of RGB (Red+Green+Blue) = 1+147+77=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #01934D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01934D is #FE6CB2. Grayscale: #5F5F5F. Windows color (decimal): -16673971 or 5083905. OLE color: 5083905.
HSL color Cylindrical-coordinate representation of color #01934D: hue angle of 151.23º 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 #01934D is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 147 | 77 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.42 |
| HSL | 151.23º | 0.99% | 0.29% | - |
| HSV(B) | 151.23º | 0.99% | 0.58% | - |
| XYZ | 11.79 | 21.41 | 10.53 | - |
| YUV | 95.37 | 117.63 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 147 | 77 | 0.99 | 0 | 0.48 | 0.42 | 151.23 | 0.99 | 0.29 |
| Hex | 1 | 93 | 4D | 63 | 0 | 30 | 2A | 97 | 63 | 1D |
| Octal | 1 | 223 | 115 | 143 | 0 | 60 | 52 | 227 | 143 | 35 |
| Binary | 1 | 10010011 | 1001101 | 1100011 | 0 | 110000 | 101010 | 10010111 | 1100011 | 11101 |
Color Harmonies of #01934D
Complementary color
Monochromatic Colors of #01934D
Black with #01934D
Text Example
Text Example
White with #01934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01934D; }
p { color: rgb(1,147,77); }
H1.HeaderClassName
{
color: #01934D;
}
.AnyTagClassName
{
color: #01934D;
}
</style>
background-color css
<style>
a { background-color: #01934D; }
a { background-color: rgb(1,147,77); }
div.DivClassName
{
background-color: #01934D;
}
.BgClassName
{
background-color: #01934D;
}
</style>
border-color css
<style>
span { border-color: #01934D; }
span { border-color: rgb(1,147,77); }
td.TdClassName
{
border-color: #01934D;
}
.TagClassName
{
border-color: #01934D;
}
</style>