Shades of Pigment Green #00923D
Tints of Pigment Green #00923D
RGB
CMYK
RGB Variations
Color information
#00923D (or 0x00923D) is known color: Pigment Green. HEX triplet: 00, 92 and 3D. RGB value is (0,146,61). Sum of RGB (Red+Green+Blue) = 0+146+61=207 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 207); Green value is 146 (57.42% from 255 or 70.53% from 207); Blue value is 61 (24.22% from 255 or 29.47% from 207); Max value from RGB is 146 - color contains mainly: green. Hex color #00923D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00923D is #FF6DC2. Grayscale: #5C5C5C. Windows color (decimal): -16739779 or 4035072. OLE color: 4035072.
HSL color Cylindrical-coordinate representation of color #00923D: hue angle of 145.07º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00923D is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 146 | 61 | - |
| CMYK | 1 | 0 | 0.58 | 0.43 |
| HSL | 145.07º | 1% | 0.29% | - |
| HSV(B) | 145.07º | 1% | 0.57% | - |
| XYZ | 11.12 | 20.89 | 7.86 | - |
| YUV | 92.66 | 110.13 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 146 | 61 | 1 | 0 | 0.58 | 0.43 | 145.07 | 1 | 0.29 |
| Hex | 0 | 92 | 3D | 64 | 0 | 3A | 2B | 91 | 64 | 1D |
| Octal | 0 | 222 | 75 | 144 | 0 | 72 | 53 | 221 | 144 | 35 |
| Binary | 0 | 10010010 | 111101 | 1100100 | 0 | 111010 | 101011 | 10010001 | 1100100 | 11101 |
Color Harmonies of #00923D
Complementary color
Monochromatic Colors of #00923D
Black with #00923D
Text Example
Text Example
White with #00923D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00923D; }
p { color: rgb(0,146,61); }
H1.HeaderClassName
{
color: #00923D;
}
.AnyTagClassName
{
color: #00923D;
}
</style>
background-color css
<style>
a { background-color: #00923D; }
a { background-color: rgb(0,146,61); }
div.DivClassName
{
background-color: #00923D;
}
.BgClassName
{
background-color: #00923D;
}
</style>
border-color css
<style>
span { border-color: #00923D; }
span { border-color: rgb(0,146,61); }
td.TdClassName
{
border-color: #00923D;
}
.TagClassName
{
border-color: #00923D;
}
</style>