Html Css Color HEX #049048 Pigment Green

📋 copy color: '#049048'

red 4 ◦ green 144 ◦ blue 72

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

Shades of Pigment Green #049048

Tints of Pigment Green #049048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 32.73%

R = 1.82%
G = 65.45%
B = 32.73%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#049048 (or 0x049048) is known color: Pigment Green. HEX triplet: 04, 90 and 48. RGB value is (4,144,72). Sum of RGB (Red+Green+Blue) = 4+144+72=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 144 (56.64% from 255 or 65.45% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 144 - color contains mainly: green. Hex color #049048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049048 is #FB6FB7. Grayscale: #5E5E5E. Windows color (decimal): -16478136 or 4755460. OLE color: 4755460.

HSL color Cylindrical-coordinate representation of color #049048: hue angle of 149.14º 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 #049048 is Cyan = 0.97, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 144 72 -
CMYK 0.97 0 0.50 0.44
HSL 149.14º 0.95% 0.29% -
HSV(B) 149.14º 0.97% 0.56% -
XYZ 11.19 20.44 9.49 -
YUV 93.93 115.62 63.85 -
System Red Green Blue C M Y K H S L
Decimal 4 144 72 0.97 0 0.50 0.44 149.14 0.95 0.29
Hex 4 90 48 61 0 32 2C 95 5F 1D
Octal 4 220 110 141 0 62 54 225 137 35
Binary 100 10010000 1001000 1100001 0 110010 101100 10010101 1011111 11101

Color Harmonies of #049048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049048

Black with #049048

Text Example


Text Example

White with #049048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049048; }

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

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

background-color css

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

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

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

border-color css

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

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

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