#049F34

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

Shades of Pigment Green #049F34

Tints of Pigment Green #049F34

Color information

#049F34 (or 0x049F34) is unknown color: approx Pigment Green. HEX triplet: 04, 9F and 34. RGB value is (4,159,52). Sum of RGB (Red+Green+Blue) = 4+159+52=215 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.86% from 215); Green value is 159 (62.5% from 255 or 73.95% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 159 - color contains mainly: green. Hex color #049F34 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049F34 is #FB60CB. Grayscale: #646464. Windows color (decimal): -16474316 or 3448580. OLE color: 3448580.

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

Color convert

RGB415952-
CMYK0.9700.670.38
HSL138.58º95.09%31.96%-
HSV(B)138.58º97.48%62.35%-
XYZ13.0725.077.4-
YUV100.46100.6559.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.86%
GREEN value IS 159 (62.5% from 255) = 73.95%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=1.86%
G=73.95%
B=24.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4159520.9700.670.38138.5895.0931.96
Hex49F3461043268b5f20
Octal42376414101034621313740
Binary10010011111110100110000101000011100110100010111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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