Shades of Pigment Green #00962E
Tints of Pigment Green #00962E
RGB
CMYK
RGB Variations
Color information
#00962E (or 0x00962E) is known color: Pigment Green. HEX triplet: 00, 96 and 2E. RGB value is (0,150,46). Sum of RGB (Red+Green+Blue) = 0+150+46=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 150 (58.98% from 255 or 76.53% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 150 - color contains mainly: green. Hex color #00962E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00962E is #FF69D1. Grayscale: #5D5D5D. Windows color (decimal): -16738770 or 3053056. OLE color: 3053056.
HSL color Cylindrical-coordinate representation of color #00962E: hue angle of 138.4º 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 #00962E is Cyan = 1, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 150 | 46 | - |
| CMYK | 1 | 0 | 0.69 | 0.41 |
| HSL | 138.4º | 1% | 0.29% | - |
| HSV(B) | 138.4º | 1% | 0.59% | - |
| XYZ | 11.4 | 22.01 | 6.23 | - |
| YUV | 93.29 | 101.31 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 150 | 46 | 1 | 0 | 0.69 | 0.41 | 138.4 | 1 | 0.29 |
| Hex | 0 | 96 | 2E | 64 | 0 | 45 | 29 | 8A | 64 | 1D |
| Octal | 0 | 226 | 56 | 144 | 0 | 105 | 51 | 212 | 144 | 35 |
| Binary | 0 | 10010110 | 101110 | 1100100 | 0 | 1000101 | 101001 | 10001010 | 1100100 | 11101 |
Color Harmonies of #00962E
Complementary color
Monochromatic Colors of #00962E
Black with #00962E
Text Example
Text Example
White with #00962E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00962E; }
p { color: rgb(0,150,46); }
H1.HeaderClassName
{
color: #00962E;
}
.AnyTagClassName
{
color: #00962E;
}
</style>
background-color css
<style>
a { background-color: #00962E; }
a { background-color: rgb(0,150,46); }
div.DivClassName
{
background-color: #00962E;
}
.BgClassName
{
background-color: #00962E;
}
</style>
border-color css
<style>
span { border-color: #00962E; }
span { border-color: rgb(0,150,46); }
td.TdClassName
{
border-color: #00962E;
}
.TagClassName
{
border-color: #00962E;
}
</style>