Shades of Pigment Green #00913C
Tints of Pigment Green #00913C
RGB
CMYK
RGB Variations
Color information
#00913C (or 0x00913C) is known color: Pigment Green. HEX triplet: 00, 91 and 3C. RGB value is (0,145,60). Sum of RGB (Red+Green+Blue) = 0+145+60=205 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 205); Green value is 145 (57.03% from 255 or 70.73% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 145 - color contains mainly: green. Hex color #00913C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00913C is #FF6EC3. Grayscale: #5C5C5C. Windows color (decimal): -16740036 or 3969280. OLE color: 3969280.
HSL color Cylindrical-coordinate representation of color #00913C: hue angle of 144.83º 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 #00913C is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 145 | 60 | - |
| CMYK | 1 | 0 | 0.59 | 0.43 |
| HSL | 144.83º | 1% | 0.28% | - |
| HSV(B) | 144.83º | 1% | 0.57% | - |
| XYZ | 10.94 | 20.58 | 7.67 | - |
| YUV | 91.96 | 109.96 | 62.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 145 | 60 | 1 | 0 | 0.59 | 0.43 | 144.83 | 1 | 0.28 |
| Hex | 0 | 91 | 3C | 64 | 0 | 3B | 2B | 91 | 64 | 1C |
| Octal | 0 | 221 | 74 | 144 | 0 | 73 | 53 | 221 | 144 | 34 |
| Binary | 0 | 10010001 | 111100 | 1100100 | 0 | 111011 | 101011 | 10010001 | 1100100 | 11100 |
Color Harmonies of #00913C
Complementary color
Monochromatic Colors of #00913C
Black with #00913C
Text Example
Text Example
White with #00913C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00913C; }
p { color: rgb(0,145,60); }
H1.HeaderClassName
{
color: #00913C;
}
.AnyTagClassName
{
color: #00913C;
}
</style>
background-color css
<style>
a { background-color: #00913C; }
a { background-color: rgb(0,145,60); }
div.DivClassName
{
background-color: #00913C;
}
.BgClassName
{
background-color: #00913C;
}
</style>
border-color css
<style>
span { border-color: #00913C; }
span { border-color: rgb(0,145,60); }
td.TdClassName
{
border-color: #00913C;
}
.TagClassName
{
border-color: #00913C;
}
</style>