Shades of Pigment Green #00943D
Tints of Pigment Green #00943D
RGB
CMYK
RGB Variations
Color information
#00943D (or 0x00943D) is known color: Pigment Green. HEX triplet: 00, 94 and 3D. RGB value is (0,148,61). Sum of RGB (Red+Green+Blue) = 0+148+61=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 148 (58.20% from 255 or 70.81% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 148 - color contains mainly: green. Hex color #00943D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00943D is #FF6BC2. Grayscale: #5E5E5E. Windows color (decimal): -16739267 or 4035584. OLE color: 4035584.
HSL color Cylindrical-coordinate representation of color #00943D: hue angle of 144.73º 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 #00943D is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 61 | - |
| CMYK | 1 | 0 | 0.59 | 0.42 |
| HSL | 144.73º | 1% | 0.29% | - |
| HSV(B) | 144.73º | 1% | 0.58% | - |
| XYZ | 11.43 | 21.52 | 7.97 | - |
| YUV | 93.83 | 109.47 | 61.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 61 | 1 | 0 | 0.59 | 0.42 | 144.73 | 1 | 0.29 |
| Hex | 0 | 94 | 3D | 64 | 0 | 3B | 2A | 91 | 64 | 1D |
| Octal | 0 | 224 | 75 | 144 | 0 | 73 | 52 | 221 | 144 | 35 |
| Binary | 0 | 10010100 | 111101 | 1100100 | 0 | 111011 | 101010 | 10010001 | 1100100 | 11101 |
Color Harmonies of #00943D
Complementary color
Monochromatic Colors of #00943D
Black with #00943D
Text Example
Text Example
White with #00943D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00943D; }
p { color: rgb(0,148,61); }
H1.HeaderClassName
{
color: #00943D;
}
.AnyTagClassName
{
color: #00943D;
}
</style>
background-color css
<style>
a { background-color: #00943D; }
a { background-color: rgb(0,148,61); }
div.DivClassName
{
background-color: #00943D;
}
.BgClassName
{
background-color: #00943D;
}
</style>
border-color css
<style>
span { border-color: #00943D; }
span { border-color: rgb(0,148,61); }
td.TdClassName
{
border-color: #00943D;
}
.TagClassName
{
border-color: #00943D;
}
</style>