Shades of Pigment Green #00963F
Tints of Pigment Green #00963F
RGB
CMYK
RGB Variations
Color information
#00963F (or 0x00963F) is known color: Pigment Green. HEX triplet: 00, 96 and 3F. RGB value is (0,150,63). Sum of RGB (Red+Green+Blue) = 0+150+63=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 150 (58.98% from 255 or 70.42% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 150 - color contains mainly: green. Hex color #00963F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00963F is #FF69C0. Grayscale: #5F5F5F. Windows color (decimal): -16738753 or 4167168. OLE color: 4167168.
HSL color Cylindrical-coordinate representation of color #00963F: hue angle of 145.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00963F is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 63 | - |
| CMYK | 1 | 0 | 0.58 | 0.41 |
| HSL | 145.2º | 1% | 0.29% | - |
| HSV(B) | 145.2º | 1% | 0.59% | - |
| XYZ | 11.8 | 22.17 | 8.36 | - |
| YUV | 95.23 | 109.81 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 63 | 1 | 0 | 0.58 | 0.41 | 145.2 | 1 | 0.29 |
| Hex | 0 | 96 | 3F | 64 | 0 | 3A | 29 | 91 | 64 | 1D |
| Octal | 0 | 226 | 77 | 144 | 0 | 72 | 51 | 221 | 144 | 35 |
| Binary | 0 | 10010110 | 111111 | 1100100 | 0 | 111010 | 101001 | 10010001 | 1100100 | 11101 |
Color Harmonies of #00963F
Complementary color
Monochromatic Colors of #00963F
Black with #00963F
Text Example
Text Example
White with #00963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00963F; }
p { color: rgb(0,150,63); }
H1.HeaderClassName
{
color: #00963F;
}
.AnyTagClassName
{
color: #00963F;
}
</style>
background-color css
<style>
a { background-color: #00963F; }
a { background-color: rgb(0,150,63); }
div.DivClassName
{
background-color: #00963F;
}
.BgClassName
{
background-color: #00963F;
}
</style>
border-color css
<style>
span { border-color: #00963F; }
span { border-color: rgb(0,150,63); }
td.TdClassName
{
border-color: #00963F;
}
.TagClassName
{
border-color: #00963F;
}
</style>