#048E4B

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

Shades of Pigment Green #048E4B

Tints of Pigment Green #048E4B

Color information

#048E4B (or 0x048E4B) is unknown color: approx Pigment Green. HEX triplet: 04, 8E and 4B. RGB value is (4,142,75). Sum of RGB (Red+Green+Blue) = 4+142+75=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 142 (55.86% from 255 or 64.25% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 142 - color contains mainly: green. Hex color #048E4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048E4B is #FB71B4. Grayscale: #5D5D5D. Windows color (decimal): -16478645 or 4951556. OLE color: 4951556.

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

Color convert

RGB414275-
CMYK0.9700.470.44
HSL150.87º94.52%28.63%-
HSV(B)150.87º97.18%55.69%-
XYZ10.9919.889.91-
YUV93.1117.7864.45-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 142 (55.86% from 255) = 64.25%
BLUE value IS 75 (29.69% from 255) = 33.94%
R=1.81%
G=64.25%
B=33.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal4142750.9700.470.44150.8794.5228.63
Hex48E4B6102F2C975f1d
Octal42161131410575422713735
Binary1001000111010010111100001010111110110010010111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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