Shades of Pigment Green #00962C
Tints of Pigment Green #00962C
RGB
CMYK
RGB Variations
Color information
#00962C (or 0x00962C) is known color: Pigment Green. HEX triplet: 00, 96 and 2C. RGB value is (0,150,44). Sum of RGB (Red+Green+Blue) = 0+150+44=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 150 (58.98% from 255 or 77.32% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 150 - color contains mainly: green. Hex color #00962C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00962C is #FF69D3. Grayscale: #5D5D5D. Windows color (decimal): -16738772 or 2921984. OLE color: 2921984.
HSL color Cylindrical-coordinate representation of color #00962C: hue angle of 137.6º 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 #00962C is Cyan = 1, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 44 | - |
| CMYK | 1 | 0 | 0.71 | 0.41 |
| HSL | 137.6º | 1% | 0.29% | - |
| HSV(B) | 137.6º | 1% | 0.59% | - |
| XYZ | 11.36 | 21.99 | 6.03 | - |
| YUV | 93.07 | 100.31 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 44 | 1 | 0 | 0.71 | 0.41 | 137.6 | 1 | 0.29 |
| Hex | 0 | 96 | 2C | 64 | 0 | 47 | 29 | 8A | 64 | 1D |
| Octal | 0 | 226 | 54 | 144 | 0 | 107 | 51 | 212 | 144 | 35 |
| Binary | 0 | 10010110 | 101100 | 1100100 | 0 | 1000111 | 101001 | 10001010 | 1100100 | 11101 |
Color Harmonies of #00962C
Complementary color
Monochromatic Colors of #00962C
Black with #00962C
Text Example
Text Example
White with #00962C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00962C; }
p { color: rgb(0,150,44); }
H1.HeaderClassName
{
color: #00962C;
}
.AnyTagClassName
{
color: #00962C;
}
</style>
background-color css
<style>
a { background-color: #00962C; }
a { background-color: rgb(0,150,44); }
div.DivClassName
{
background-color: #00962C;
}
.BgClassName
{
background-color: #00962C;
}
</style>
border-color css
<style>
span { border-color: #00962C; }
span { border-color: rgb(0,150,44); }
td.TdClassName
{
border-color: #00962C;
}
.TagClassName
{
border-color: #00962C;
}
</style>