Shades of Pigment Green #00943B
Tints of Pigment Green #00943B
RGB
CMYK
RGB Variations
Color information
#00943B (or 0x00943B) is known color: Pigment Green. HEX triplet: 00, 94 and 3B. RGB value is (0,148,59). Sum of RGB (Red+Green+Blue) = 0+148+59=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 148 (58.20% from 255 or 71.50% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 148 - color contains mainly: green. Hex color #00943B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00943B is #FF6BC4. Grayscale: #5D5D5D. Windows color (decimal): -16739269 or 3904512. OLE color: 3904512.
HSL color Cylindrical-coordinate representation of color #00943B: hue angle of 143.92º 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 #00943B is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 148 | 59 | - |
| CMYK | 1 | 0 | 0.60 | 0.42 |
| HSL | 143.92º | 1% | 0.29% | - |
| HSV(B) | 143.92º | 1% | 0.58% | - |
| XYZ | 11.38 | 21.5 | 7.69 | - |
| YUV | 93.6 | 108.47 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 148 | 59 | 1 | 0 | 0.60 | 0.42 | 143.92 | 1 | 0.29 |
| Hex | 0 | 94 | 3B | 64 | 0 | 3C | 2A | 90 | 64 | 1D |
| Octal | 0 | 224 | 73 | 144 | 0 | 74 | 52 | 220 | 144 | 35 |
| Binary | 0 | 10010100 | 111011 | 1100100 | 0 | 111100 | 101010 | 10010000 | 1100100 | 11101 |
Color Harmonies of #00943B
Complementary color
Monochromatic Colors of #00943B
Black with #00943B
Text Example
Text Example
White with #00943B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00943B; }
p { color: rgb(0,148,59); }
H1.HeaderClassName
{
color: #00943B;
}
.AnyTagClassName
{
color: #00943B;
}
</style>
background-color css
<style>
a { background-color: #00943B; }
a { background-color: rgb(0,148,59); }
div.DivClassName
{
background-color: #00943B;
}
.BgClassName
{
background-color: #00943B;
}
</style>
border-color css
<style>
span { border-color: #00943B; }
span { border-color: rgb(0,148,59); }
td.TdClassName
{
border-color: #00943B;
}
.TagClassName
{
border-color: #00943B;
}
</style>