Html Css Color HEX #00922D Pigment Green

📋 copy color: '#00922D'

red 0 ◦ green 146 ◦ blue 45

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

Shades of Pigment Green #00922D

Tints of Pigment Green #00922D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.56%

R = 0%
G = 76.44%
B = 23.56%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.69

 K value IS 0.43

RGB Variations

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

Color information

#00922D (or 0x00922D) is known color: Pigment Green. HEX triplet: 00, 92 and 2D. RGB value is (0,146,45). Sum of RGB (Red+Green+Blue) = 0+146+45=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 146 (57.42% from 255 or 76.44% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 146 - color contains mainly: green. Hex color #00922D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00922D is #FF6DD2. Grayscale: #5B5B5B. Windows color (decimal): -16739795 or 2986496. OLE color: 2986496.

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

Color convert

RGB 0 146 45 -
CMYK 1 0 0.69 0.43
HSL 138.49º 1% 0.29% -
HSV(B) 138.49º 1% 0.57% -
XYZ 10.75 20.75 5.92 -
YUV 90.83 102.13 63.21 -
System Red Green Blue C M Y K H S L
Decimal 0 146 45 1 0 0.69 0.43 138.49 1 0.29
Hex 0 92 2D 64 0 45 2B 8A 64 1D
Octal 0 222 55 144 0 105 53 212 144 35
Binary 0 10010010 101101 1100100 0 1000101 101011 10001010 1100100 11101

Color Harmonies of #00922D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00922D

Black with #00922D

Text Example


Text Example

White with #00922D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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