#049F3A

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

Shades of Pigment Green #049F3A

Tints of Pigment Green #049F3A

Color information

#049F3A (or 0x049F3A) is unknown color: approx Pigment Green. HEX triplet: 04, 9F and 3A. RGB value is (4,159,58). Sum of RGB (Red+Green+Blue) = 4+159+58=221 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.81% from 221); Green value is 159 (62.5% from 255 or 71.95% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 159 - color contains mainly: green. Hex color #049F3A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049F3A is #FB60C5. Grayscale: #656565. Windows color (decimal): -16474310 or 3841796. OLE color: 3841796.

HSL color Cylindrical-coordinate representation of color #049F3A: hue angle of 140.9º 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 #049F3A is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.38.

Color convert

RGB415958-
CMYK0.9700.640.38
HSL140.9º95.09%31.96%-
HSV(B)140.9º97.48%62.35%-
XYZ13.2125.138.16-
YUV101.14103.6558.71-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.81%
GREEN value IS 159 (62.5% from 255) = 71.95%
BLUE value IS 58 (23.05% from 255) = 26.24%
R=1.81%
G=71.95%
B=26.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4159580.9700.640.38140.995.0931.96
Hex49F3A61040268d5f20
Octal42377214101004621513740
Binary10010011111111010110000101000000100110100011011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,159,58); }

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

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

 a { background-color: rgb(4,159,58); }

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

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

 span { border-color: rgb(4,159,58); }

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