#00992E

Color #00992E Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #00992E

Tints of Pigment Green #00992E

Color information

#00992E (or 0x00992E) is unknown color: approx Pigment Green. HEX triplet: 00, 99 and 2E. RGB value is (0,153,46). Sum of RGB (Red+Green+Blue) = 0+153+46=199 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 199); Green value is 153 (60.16% from 255 or 76.88% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 153 - color contains mainly: green. Hex color #00992E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00992E is #FF66D1. Grayscale: #5F5F5F. Windows color (decimal): -16738002 or 3053824. OLE color: 3053824.

HSL color Cylindrical-coordinate representation of color #00992E: hue angle of 138.04º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00992E is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.4.

Color convert

RGB015346-
CMYK100.700.4
HSL138.04º100%30%-
HSV(B)138.04º100%60%-
XYZ11.8822.986.39-
YUV95.06100.3160.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 76.88%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=0%
G=76.88%
B=23.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal015346100.700.4138.0410030
Hex0992E64046288a641e
Octal02315614401065021214436
Binary01001100110111011001000100011010100010001010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00992E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00992E; }

 p { color: rgb(0,153,46); }

 H1.HeaderClassName
 {
   color: #00992E;
 }
 .AnyTagClassName
 {
   color: #00992E;
 }
</style>
background-color css

<style>
 a { background-color: #00992E; }

 a { background-color: rgb(0,153,46); }

 div.DivClassName
 {
   background-color: #00992E;
 }
 .BgClassName
 {
   background-color: #00992E;
 }
</style>
border-color css

<style>
 span { border-color: #00992E; }

 span { border-color: rgb(0,153,46); }

 td.TdClassName
 {
   border-color: #00992E;
 }
 .TagClassName
 {
   border-color: #00992E;
 }
</style>