Shades of Pigment Green #00933D
Tints of Pigment Green #00933D
RGB
CMYK
RGB Variations
Color information
#00933D (or 0x00933D) is known color: Pigment Green. HEX triplet: 00, 93 and 3D. RGB value is (0,147,61). Sum of RGB (Red+Green+Blue) = 0+147+61=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 147 (57.81% from 255 or 70.67% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 147 - color contains mainly: green. Hex color #00933D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00933D is #FF6CC2. Grayscale: #5D5D5D. Windows color (decimal): -16739523 or 4035328. OLE color: 4035328.
HSL color Cylindrical-coordinate representation of color #00933D: hue angle of 144.9º 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 #00933D is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 147 | 61 | - |
| CMYK | 1 | 0 | 0.59 | 0.42 |
| HSL | 144.9º | 1% | 0.29% | - |
| HSV(B) | 144.9º | 1% | 0.58% | - |
| XYZ | 11.28 | 21.2 | 7.91 | - |
| YUV | 93.24 | 109.8 | 61.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 147 | 61 | 1 | 0 | 0.59 | 0.42 | 144.9 | 1 | 0.29 |
| Hex | 0 | 93 | 3D | 64 | 0 | 3B | 2A | 91 | 64 | 1D |
| Octal | 0 | 223 | 75 | 144 | 0 | 73 | 52 | 221 | 144 | 35 |
| Binary | 0 | 10010011 | 111101 | 1100100 | 0 | 111011 | 101010 | 10010001 | 1100100 | 11101 |
Color Harmonies of #00933D
Complementary color
Monochromatic Colors of #00933D
Black with #00933D
Text Example
Text Example
White with #00933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00933D; }
p { color: rgb(0,147,61); }
H1.HeaderClassName
{
color: #00933D;
}
.AnyTagClassName
{
color: #00933D;
}
</style>
background-color css
<style>
a { background-color: #00933D; }
a { background-color: rgb(0,147,61); }
div.DivClassName
{
background-color: #00933D;
}
.BgClassName
{
background-color: #00933D;
}
</style>
border-color css
<style>
span { border-color: #00933D; }
span { border-color: rgb(0,147,61); }
td.TdClassName
{
border-color: #00933D;
}
.TagClassName
{
border-color: #00933D;
}
</style>