Html Css Color HEX #049047 Pigment Green

📋 copy color: '#049047'

red 4 ◦ green 144 ◦ blue 71

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

Shades of Pigment Green #049047

Tints of Pigment Green #049047

RGB

 RED value IS 4 (1.95% from 255) = 1.83%

 GREEN value IS 144 (56.64% from 255) = 65.75%

 BLUE value IS 71 (28.13% from 255) = 32.42%

R = 1.83%
G = 65.75%
B = 32.42%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#049047 (or 0x049047) is known color: Pigment Green. HEX triplet: 04, 90 and 47. RGB value is (4,144,71). Sum of RGB (Red+Green+Blue) = 4+144+71=219 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 219); Green value is 144 (56.64% from 255 or 65.75% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 144 - color contains mainly: green. Hex color #049047 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049047 is #FB6FB8. Grayscale: #5D5D5D. Windows color (decimal): -16478137 or 4689924. OLE color: 4689924.

HSL color Cylindrical-coordinate representation of color #049047: hue angle of 148.71º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049047 is Cyan = 0.97, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 144 71 -
CMYK 0.97 0 0.51 0.44
HSL 148.71º 0.95% 0.29% -
HSV(B) 148.71º 0.97% 0.56% -
XYZ 11.16 20.43 9.32 -
YUV 93.82 115.12 63.94 -
System Red Green Blue C M Y K H S L
Decimal 4 144 71 0.97 0 0.51 0.44 148.71 0.95 0.29
Hex 4 90 47 61 0 33 2C 95 5F 1D
Octal 4 220 107 141 0 63 54 225 137 35
Binary 100 10010000 1000111 1100001 0 110011 101100 10010101 1011111 11101

Color Harmonies of #049047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049047

Black with #049047

Text Example


Text Example

White with #049047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049047; }

 p { color: rgb(4,144,71); }

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

background-color css

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

 a { background-color: rgb(4,144,71); }

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

border-color css

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

 span { border-color: rgb(4,144,71); }

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