#00922E

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

Shades of Pigment Green #00922E

Tints of Pigment Green #00922E

Color information

#00922E (or 0x00922E) is unknown color: approx Pigment Green. HEX triplet: 00, 92 and 2E. RGB value is (0,146,46). Sum of RGB (Red+Green+Blue) = 0+146+46=192 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 192); Green value is 146 (57.42% from 255 or 76.04% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 146 - color contains mainly: green. Hex color #00922E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00922E is #FF6DD1. Grayscale: #5B5B5B. Windows color (decimal): -16739794 or 3052032. OLE color: 3052032.

HSL color Cylindrical-coordinate representation of color #00922E: hue angle of 138.9º 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 #00922E is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.43.

Color convert

RGB014646-
CMYK100.680.43
HSL138.9º100%28.63%-
HSV(B)138.9º100%57.25%-
XYZ10.7720.766.02-
YUV90.95102.6363.13-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 76.04%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=0%
G=76.04%
B=23.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014646100.680.43138.910028.63
Hex0922E640442B8b641d
Octal02225614401045321314435
Binary01001001010111011001000100010010101110001011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00922E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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