Shades of Pigment Green #00934D
Tints of Pigment Green #00934D
RGB
CMYK
RGB Variations
Color information
#00934D (or 0x00934D) is known color: Pigment Green. HEX triplet: 00, 93 and 4D. RGB value is (0,147,77). Sum of RGB (Red+Green+Blue) = 0+147+77=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 147 (57.81% from 255 or 65.62% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 147 - color contains mainly: green. Hex color #00934D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00934D is #FF6CB2. Grayscale: #5F5F5F. Windows color (decimal): -16739507 or 5083904. OLE color: 5083904.
HSL color Cylindrical-coordinate representation of color #00934D: hue angle of 151.43º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00934D is Cyan = 1, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 77 | - |
| CMYK | 1 | 0 | 0.48 | 0.42 |
| HSL | 151.43º | 1% | 0.29% | - |
| HSV(B) | 151.43º | 1% | 0.58% | - |
| XYZ | 11.77 | 21.4 | 10.53 | - |
| YUV | 95.07 | 117.8 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 77 | 1 | 0 | 0.48 | 0.42 | 151.43 | 1 | 0.29 |
| Hex | 0 | 93 | 4D | 64 | 0 | 30 | 2A | 97 | 64 | 1D |
| Octal | 0 | 223 | 115 | 144 | 0 | 60 | 52 | 227 | 144 | 35 |
| Binary | 0 | 10010011 | 1001101 | 1100100 | 0 | 110000 | 101010 | 10010111 | 1100100 | 11101 |
Color Harmonies of #00934D
Complementary color
Monochromatic Colors of #00934D
Black with #00934D
Text Example
Text Example
White with #00934D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00934D; }
p { color: rgb(0,147,77); }
H1.HeaderClassName
{
color: #00934D;
}
.AnyTagClassName
{
color: #00934D;
}
</style>
background-color css
<style>
a { background-color: #00934D; }
a { background-color: rgb(0,147,77); }
div.DivClassName
{
background-color: #00934D;
}
.BgClassName
{
background-color: #00934D;
}
</style>
border-color css
<style>
span { border-color: #00934D; }
span { border-color: rgb(0,147,77); }
td.TdClassName
{
border-color: #00934D;
}
.TagClassName
{
border-color: #00934D;
}
</style>