Html Css Color HEX #009449 Pigment Green

📋 copy color: '#009449'

red 0 ◦ green 148 ◦ blue 73

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

Shades of Pigment Green #009449

Tints of Pigment Green #009449

RGB

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

 GREEN value IS 148 (58.2% from 255) = 66.97%

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

R = 0%
G = 66.97%
B = 33.03%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#009449 (or 0x009449) is known color: Pigment Green. HEX triplet: 00, 94 and 49. RGB value is (0,148,73). Sum of RGB (Red+Green+Blue) = 0+148+73=221 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 221); Green value is 148 (58.20% from 255 or 66.97% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 148 - color contains mainly: green. Hex color #009449 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009449 is #FF6BB6. Grayscale: #5F5F5F. Windows color (decimal): -16739255 or 4822016. OLE color: 4822016.

HSL color Cylindrical-coordinate representation of color #009449: hue angle of 149.59º 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 #009449 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 148 73 -
CMYK 1 0 0.51 0.42
HSL 149.59º 1% 0.29% -
HSV(B) 149.59º 1% 0.58% -
XYZ 11.79 21.66 9.86 -
YUV 95.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 0 148 73 1 0 0.51 0.42 149.59 1 0.29
Hex 0 94 49 64 0 33 2A 96 64 1D
Octal 0 224 111 144 0 63 52 226 144 35
Binary 0 10010100 1001001 1100100 0 110011 101010 10010110 1100100 11101

Color Harmonies of #009449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009449

Black with #009449

Text Example


Text Example

White with #009449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009449; }

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

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

background-color css

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

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

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

border-color css

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

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

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