#049342

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

Shades of Pigment Green #049342

Tints of Pigment Green #049342

Color information

#049342 (or 0x049342) is unknown color: approx Pigment Green. HEX triplet: 04, 93 and 42. RGB value is (4,147,66). Sum of RGB (Red+Green+Blue) = 4+147+66=217 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.84% from 217); Green value is 147 (57.81% from 255 or 67.74% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 147 - color contains mainly: green. Hex color #049342 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049342 is #FB6CBD. Grayscale: #5F5F5F. Windows color (decimal): -16477374 or 4363012. OLE color: 4363012.

HSL color Cylindrical-coordinate representation of color #049342: hue angle of 146.01º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049342 is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB414766-
CMYK0.9700.550.42
HSL146.01º94.7%29.61%-
HSV(B)146.01º97.28%57.65%-
XYZ11.4721.298.66-
YUV95.01111.6263.09-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.84%
GREEN value IS 147 (57.81% from 255) = 67.74%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=1.84%
G=67.74%
B=30.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4147660.9700.550.42146.0194.729.61
Hex49342610372A925f1e
Octal42231021410675222213736
Binary1001001001110000101100001011011110101010010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049342; }

 p { color: rgb(4,147,66); }

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

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

 a { background-color: rgb(4,147,66); }

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

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

 span { border-color: rgb(4,147,66); }

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