Shades of Pigment Green #00953C
Tints of Pigment Green #00953C
RGB
CMYK
RGB Variations
Color information
#00953C (or 0x00953C) is known color: Pigment Green. HEX triplet: 00, 95 and 3C. RGB value is (0,149,60). Sum of RGB (Red+Green+Blue) = 0+149+60=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #00953C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00953C is #FF6AC3. Grayscale: #5E5E5E. Windows color (decimal): -16739012 or 3970304. OLE color: 3970304.
HSL color Cylindrical-coordinate representation of color #00953C: hue angle of 144.16º 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 #00953C is Cyan = 1, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 0 | 149 | 60 | - |
| CMYK | 1 | 0 | 0.60 | 0.42 |
| HSL | 144.16º | 1% | 0.29% | - |
| HSV(B) | 144.16º | 1% | 0.58% | - |
| XYZ | 11.56 | 21.82 | 7.88 | - |
| YUV | 94.3 | 108.64 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 60 | 1 | 0 | 0.60 | 0.42 | 144.16 | 1 | 0.29 |
| Hex | 0 | 95 | 3C | 64 | 0 | 3C | 2A | 90 | 64 | 1D |
| Octal | 0 | 225 | 74 | 144 | 0 | 74 | 52 | 220 | 144 | 35 |
| Binary | 0 | 10010101 | 111100 | 1100100 | 0 | 111100 | 101010 | 10010000 | 1100100 | 11101 |
Color Harmonies of #00953C
Complementary color
Monochromatic Colors of #00953C
Black with #00953C
Text Example
Text Example
White with #00953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00953C; }
p { color: rgb(0,149,60); }
H1.HeaderClassName
{
color: #00953C;
}
.AnyTagClassName
{
color: #00953C;
}
</style>
background-color css
<style>
a { background-color: #00953C; }
a { background-color: rgb(0,149,60); }
div.DivClassName
{
background-color: #00953C;
}
.BgClassName
{
background-color: #00953C;
}
</style>
border-color css
<style>
span { border-color: #00953C; }
span { border-color: rgb(0,149,60); }
td.TdClassName
{
border-color: #00953C;
}
.TagClassName
{
border-color: #00953C;
}
</style>