Shades of Pigment Green #00913F
Tints of Pigment Green #00913F
RGB
CMYK
RGB Variations
Color information
#00913F (or 0x00913F) is known color: Pigment Green. HEX triplet: 00, 91 and 3F. RGB value is (0,145,63). Sum of RGB (Red+Green+Blue) = 0+145+63=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #00913F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00913F is #FF6EC0. Grayscale: #5C5C5C. Windows color (decimal): -16740033 or 4165888. OLE color: 4165888.
HSL color Cylindrical-coordinate representation of color #00913F: hue angle of 146.07º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00913F is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 63 | - |
| CMYK | 1 | 0 | 0.57 | 0.43 |
| HSL | 146.07º | 1% | 0.28% | - |
| HSV(B) | 146.07º | 1% | 0.57% | - |
| XYZ | 11.02 | 20.61 | 8.1 | - |
| YUV | 92.3 | 111.46 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 63 | 1 | 0 | 0.57 | 0.43 | 146.07 | 1 | 0.28 |
| Hex | 0 | 91 | 3F | 64 | 0 | 39 | 2B | 92 | 64 | 1C |
| Octal | 0 | 221 | 77 | 144 | 0 | 71 | 53 | 222 | 144 | 34 |
| Binary | 0 | 10010001 | 111111 | 1100100 | 0 | 111001 | 101011 | 10010010 | 1100100 | 11100 |
Color Harmonies of #00913F
Complementary color
Monochromatic Colors of #00913F
Black with #00913F
Text Example
Text Example
White with #00913F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00913F; }
p { color: rgb(0,145,63); }
H1.HeaderClassName
{
color: #00913F;
}
.AnyTagClassName
{
color: #00913F;
}
</style>
background-color css
<style>
a { background-color: #00913F; }
a { background-color: rgb(0,145,63); }
div.DivClassName
{
background-color: #00913F;
}
.BgClassName
{
background-color: #00913F;
}
</style>
border-color css
<style>
span { border-color: #00913F; }
span { border-color: rgb(0,145,63); }
td.TdClassName
{
border-color: #00913F;
}
.TagClassName
{
border-color: #00913F;
}
</style>