#048E48

Color #048E48 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #048E48

Tints of Pigment Green #048E48

Color information

#048E48 (or 0x048E48) is unknown color: approx Pigment Green. HEX triplet: 04, 8E and 48. RGB value is (4,142,72). Sum of RGB (Red+Green+Blue) = 4+142+72=218 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.83% from 218); Green value is 142 (55.86% from 255 or 65.14% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 142 - color contains mainly: green. Hex color #048E48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048E48 is #FB71B7. Grayscale: #5C5C5C. Windows color (decimal): -16478648 or 4754948. OLE color: 4754948.

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

Color convert

RGB414272-
CMYK0.9700.490.44
HSL149.57º94.52%28.63%-
HSV(B)149.57º97.18%55.69%-
XYZ10.8919.849.39-
YUV92.76116.2864.69-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.83%
GREEN value IS 142 (55.86% from 255) = 65.14%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=1.83%
G=65.14%
B=33.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142720.9700.490.44149.5794.5228.63
Hex48E48610312C965f1d
Octal42161101410615422613735
Binary1001000111010010001100001011000110110010010110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048E48; }

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

 H1.HeaderClassName
 {
   color: #048E48;
 }
 .AnyTagClassName
 {
   color: #048E48;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #048E48;
 }
 .BgClassName
 {
   background-color: #048E48;
 }
</style>
border-color css

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

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

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