Html Css Color HEX #009349 Pigment Green

📋 copy color: '#009349'

red 0 ◦ green 147 ◦ blue 73

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

Shades of Pigment Green #009349

Tints of Pigment Green #009349

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.82%

 BLUE value IS 73 (28.91% from 255) = 33.18%

R = 0%
G = 66.82%
B = 33.18%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#009349 (or 0x009349) is known color: Pigment Green. HEX triplet: 00, 93 and 49. RGB value is (0,147,73). Sum of RGB (Red+Green+Blue) = 0+147+73=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 147 (57.81% from 255 or 66.82% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 147 - color contains mainly: green. Hex color #009349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009349 is #FF6CB6. Grayscale: #5E5E5E. Windows color (decimal): -16739511 or 4821760. OLE color: 4821760.

HSL color Cylindrical-coordinate representation of color #009349: hue angle of 149.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009349 is Cyan = 1, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 147 73 -
CMYK 1 0 0.50 0.42
HSL 149.8º 1% 0.29% -
HSV(B) 149.8º 1% 0.58% -
XYZ 11.64 21.35 9.81 -
YUV 94.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 0 147 73 1 0 0.50 0.42 149.8 1 0.29
Hex 0 93 49 64 0 32 2A 96 64 1D
Octal 0 223 111 144 0 62 52 226 144 35
Binary 0 10010011 1001001 1100100 0 110010 101010 10010110 1100100 11101

Color Harmonies of #009349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009349

Black with #009349

Text Example


Text Example

White with #009349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009349; }

 p { color: rgb(0,147,73); }

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

background-color css

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

 a { background-color: rgb(0,147,73); }

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

border-color css

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

 span { border-color: rgb(0,147,73); }

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