Shades of Pigment Green #00902E
Tints of Pigment Green #00902E
RGB
CMYK
RGB Variations
Color information
#00902E (or 0x00902E) is known color: Pigment Green. HEX triplet: 00, 90 and 2E. RGB value is (0,144,46). Sum of RGB (Red+Green+Blue) = 0+144+46=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 144 (56.64% from 255 or 75.79% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 144 - color contains mainly: green. Hex color #00902E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00902E is #FF6FD1. Grayscale: #5A5A5A. Windows color (decimal): -16740306 or 3051520. OLE color: 3051520.
HSL color Cylindrical-coordinate representation of color #00902E: hue angle of 139.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00902E is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 144 | 46 | - |
| CMYK | 1 | 0 | 0.68 | 0.44 |
| HSL | 139.17º | 1% | 0.28% | - |
| HSV(B) | 139.17º | 1% | 0.56% | - |
| XYZ | 10.47 | 20.14 | 5.92 | - |
| YUV | 89.77 | 103.29 | 63.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 144 | 46 | 1 | 0 | 0.68 | 0.44 | 139.17 | 1 | 0.28 |
| Hex | 0 | 90 | 2E | 64 | 0 | 44 | 2C | 8B | 64 | 1C |
| Octal | 0 | 220 | 56 | 144 | 0 | 104 | 54 | 213 | 144 | 34 |
| Binary | 0 | 10010000 | 101110 | 1100100 | 0 | 1000100 | 101100 | 10001011 | 1100100 | 11100 |
Color Harmonies of #00902E
Complementary color
Monochromatic Colors of #00902E
Black with #00902E
Text Example
Text Example
White with #00902E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00902E; }
p { color: rgb(0,144,46); }
H1.HeaderClassName
{
color: #00902E;
}
.AnyTagClassName
{
color: #00902E;
}
</style>
background-color css
<style>
a { background-color: #00902E; }
a { background-color: rgb(0,144,46); }
div.DivClassName
{
background-color: #00902E;
}
.BgClassName
{
background-color: #00902E;
}
</style>
border-color css
<style>
span { border-color: #00902E; }
span { border-color: rgb(0,144,46); }
td.TdClassName
{
border-color: #00902E;
}
.TagClassName
{
border-color: #00902E;
}
</style>