Shades of Pigment Green #00933C
Tints of Pigment Green #00933C
RGB
CMYK
RGB Variations
Color information
#00933C (or 0x00933C) is known color: Pigment Green. HEX triplet: 00, 93 and 3C. RGB value is (0,147,60). Sum of RGB (Red+Green+Blue) = 0+147+60=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 147 (57.81% from 255 or 71.01% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 147 - color contains mainly: green. Hex color #00933C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00933C is #FF6CC3. Grayscale: #5D5D5D. Windows color (decimal): -16739524 or 3969792. OLE color: 3969792.
HSL color Cylindrical-coordinate representation of color #00933C: hue angle of 144.49º 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 #00933C is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 60 | - |
| CMYK | 1 | 0 | 0.59 | 0.42 |
| HSL | 144.49º | 1% | 0.29% | - |
| HSV(B) | 144.49º | 1% | 0.58% | - |
| XYZ | 11.25 | 21.19 | 7.77 | - |
| YUV | 93.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 60 | 1 | 0 | 0.59 | 0.42 | 144.49 | 1 | 0.29 |
| Hex | 0 | 93 | 3C | 64 | 0 | 3B | 2A | 90 | 64 | 1D |
| Octal | 0 | 223 | 74 | 144 | 0 | 73 | 52 | 220 | 144 | 35 |
| Binary | 0 | 10010011 | 111100 | 1100100 | 0 | 111011 | 101010 | 10010000 | 1100100 | 11101 |
Color Harmonies of #00933C
Complementary color
Monochromatic Colors of #00933C
Black with #00933C
Text Example
Text Example
White with #00933C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00933C; }
p { color: rgb(0,147,60); }
H1.HeaderClassName
{
color: #00933C;
}
.AnyTagClassName
{
color: #00933C;
}
</style>
background-color css
<style>
a { background-color: #00933C; }
a { background-color: rgb(0,147,60); }
div.DivClassName
{
background-color: #00933C;
}
.BgClassName
{
background-color: #00933C;
}
</style>
border-color css
<style>
span { border-color: #00933C; }
span { border-color: rgb(0,147,60); }
td.TdClassName
{
border-color: #00933C;
}
.TagClassName
{
border-color: #00933C;
}
</style>