#049E43

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

Shades of Pigment Green #049E43

Tints of Pigment Green #049E43

Color information

#049E43 (or 0x049E43) is unknown color: approx Pigment Green. HEX triplet: 04, 9E and 43. RGB value is (4,158,67). Sum of RGB (Red+Green+Blue) = 4+158+67=229 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.75% from 229); Green value is 158 (62.11% from 255 or 69.00% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 158 - color contains mainly: green. Hex color #049E43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049E43 is #FB61BC. Grayscale: #656565. Windows color (decimal): -16474557 or 4431364. OLE color: 4431364.

HSL color Cylindrical-coordinate representation of color #049E43: hue angle of 144.55º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049E43 is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB415867-
CMYK0.9700.580.38
HSL144.55º95.06%31.76%-
HSV(B)144.55º97.47%61.96%-
XYZ13.2924.889.41-
YUV101.58108.4858.4-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.75%
GREEN value IS 158 (62.11% from 255) = 69.00%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=1.75%
G=69.00%
B=29.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4158670.9700.580.38144.5595.0631.76
Hex49E436103A26915f20
Octal42361031410724622113740
Binary10010011110100001111000010111010100110100100011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049E43; }

 p { color: rgb(4,158,67); }

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

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

 a { background-color: rgb(4,158,67); }

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

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

 span { border-color: rgb(4,158,67); }

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