Shades of Pigment Green #00952F
Tints of Pigment Green #00952F
RGB
CMYK
RGB Variations
Color information
#00952F (or 0x00952F) is known color: Pigment Green. HEX triplet: 00, 95 and 2F. RGB value is (0,149,47). Sum of RGB (Red+Green+Blue) = 0+149+47=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 149 (58.59% from 255 or 76.02% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 149 - color contains mainly: green. Hex color #00952F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00952F is #FF6AD0. Grayscale: #5D5D5D. Windows color (decimal): -16739025 or 3118336. OLE color: 3118336.
HSL color Cylindrical-coordinate representation of color #00952F: hue angle of 138.93º 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 #00952F is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 47 | - |
| CMYK | 1 | 0 | 0.68 | 0.42 |
| HSL | 138.93º | 1% | 0.29% | - |
| HSV(B) | 138.93º | 1% | 0.58% | - |
| XYZ | 11.26 | 21.7 | 6.28 | - |
| YUV | 92.82 | 102.14 | 61.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 47 | 1 | 0 | 0.68 | 0.42 | 138.93 | 1 | 0.29 |
| Hex | 0 | 95 | 2F | 64 | 0 | 44 | 2A | 8B | 64 | 1D |
| Octal | 0 | 225 | 57 | 144 | 0 | 104 | 52 | 213 | 144 | 35 |
| Binary | 0 | 10010101 | 101111 | 1100100 | 0 | 1000100 | 101010 | 10001011 | 1100100 | 11101 |
Color Harmonies of #00952F
Complementary color
Monochromatic Colors of #00952F
Black with #00952F
Text Example
Text Example
White with #00952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00952F; }
p { color: rgb(0,149,47); }
H1.HeaderClassName
{
color: #00952F;
}
.AnyTagClassName
{
color: #00952F;
}
</style>
background-color css
<style>
a { background-color: #00952F; }
a { background-color: rgb(0,149,47); }
div.DivClassName
{
background-color: #00952F;
}
.BgClassName
{
background-color: #00952F;
}
</style>
border-color css
<style>
span { border-color: #00952F; }
span { border-color: rgb(0,149,47); }
td.TdClassName
{
border-color: #00952F;
}
.TagClassName
{
border-color: #00952F;
}
</style>