Shades of Pigment Green #00913E
Tints of Pigment Green #00913E
RGB
CMYK
RGB Variations
Color information
#00913E (or 0x00913E) is known color: Pigment Green. HEX triplet: 00, 91 and 3E. RGB value is (0,145,62). Sum of RGB (Red+Green+Blue) = 0+145+62=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 145 (57.03% from 255 or 70.05% from 207); Blue value is 62 (24.61% from 255 or 29.95% from 207); Max value from RGB is 145 - color contains mainly: green. Hex color #00913E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00913E is #FF6EC1. Grayscale: #5C5C5C. Windows color (decimal): -16740034 or 4100352. OLE color: 4100352.
HSL color Cylindrical-coordinate representation of color #00913E: hue angle of 145.66º 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 #00913E is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 62 | - |
| CMYK | 1 | 0 | 0.57 | 0.43 |
| HSL | 145.66º | 1% | 0.28% | - |
| HSV(B) | 145.66º | 1% | 0.57% | - |
| XYZ | 10.99 | 20.6 | 7.95 | - |
| YUV | 92.18 | 110.96 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 62 | 1 | 0 | 0.57 | 0.43 | 145.66 | 1 | 0.28 |
| Hex | 0 | 91 | 3E | 64 | 0 | 39 | 2B | 92 | 64 | 1C |
| Octal | 0 | 221 | 76 | 144 | 0 | 71 | 53 | 222 | 144 | 34 |
| Binary | 0 | 10010001 | 111110 | 1100100 | 0 | 111001 | 101011 | 10010010 | 1100100 | 11100 |
Color Harmonies of #00913E
Complementary color
Monochromatic Colors of #00913E
Black with #00913E
Text Example
Text Example
White with #00913E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00913E; }
p { color: rgb(0,145,62); }
H1.HeaderClassName
{
color: #00913E;
}
.AnyTagClassName
{
color: #00913E;
}
</style>
background-color css
<style>
a { background-color: #00913E; }
a { background-color: rgb(0,145,62); }
div.DivClassName
{
background-color: #00913E;
}
.BgClassName
{
background-color: #00913E;
}
</style>
border-color css
<style>
span { border-color: #00913E; }
span { border-color: rgb(0,145,62); }
td.TdClassName
{
border-color: #00913E;
}
.TagClassName
{
border-color: #00913E;
}
</style>