Html Css Color HEX #00922C Pigment Green

📋 copy color: '#00922C'

red 0 ◦ green 146 ◦ blue 44

#00922C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #00922C

Tints of Pigment Green #00922C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 146 (57.42% from 255) = 76.84%

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 0%
G = 76.84%
B = 23.16%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.43

RGB Variations

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

Color information

#00922C (or 0x00922C) is known color: Pigment Green. HEX triplet: 00, 92 and 2C. RGB value is (0,146,44). Sum of RGB (Red+Green+Blue) = 0+146+44=190 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 190); Green value is 146 (57.42% from 255 or 76.84% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 146 - color contains mainly: green. Hex color #00922C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00922C is #FF6DD3. Grayscale: #5A5A5A. Windows color (decimal): -16739796 or 2920960. OLE color: 2920960.

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

Color convert

RGB 0 146 44 -
CMYK 1 0 0.70 0.43
HSL 138.08º 1% 0.29% -
HSV(B) 138.08º 1% 0.57% -
XYZ 10.73 20.74 5.82 -
YUV 90.72 101.63 63.29 -
System Red Green Blue C M Y K H S L
Decimal 0 146 44 1 0 0.70 0.43 138.08 1 0.29
Hex 0 92 2C 64 0 46 2B 8A 64 1D
Octal 0 222 54 144 0 106 53 212 144 35
Binary 0 10010010 101100 1100100 0 1000110 101011 10001010 1100100 11101

Color Harmonies of #00922C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00922C

Black with #00922C

Text Example


Text Example

White with #00922C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00922C;
 }
 .AnyTagClassName
 {
   color: #00922C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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