#049249

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

Shades of Pigment Green #049249

Tints of Pigment Green #049249

Color information

#049249 (or 0x049249) is unknown color: approx Pigment Green. HEX triplet: 04, 92 and 49. RGB value is (4,146,73). Sum of RGB (Red+Green+Blue) = 4+146+73=223 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.79% from 223); Green value is 146 (57.42% from 255 or 65.47% from 223); Blue value is 73 (28.91% from 255 or 32.74% from 223); Max value from RGB is 146 - color contains mainly: green. Hex color #049249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049249 is #FB6DB6. Grayscale: #5F5F5F. Windows color (decimal): -16477623 or 4821508. OLE color: 4821508.

HSL color Cylindrical-coordinate representation of color #049249: hue angle of 149.15º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049249 is Cyan = 0.97, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.43.

Color convert

RGB414673-
CMYK0.9700.50.43
HSL149.15º94.67%29.41%-
HSV(B)149.15º97.26%57.25%-
XYZ11.5321.069.76-
YUV95.22115.4662.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.79%
GREEN value IS 146 (57.42% from 255) = 65.47%
BLUE value IS 73 (28.91% from 255) = 32.74%
R=1.79%
G=65.47%
B=32.74%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal4146730.9700.50.43149.1594.6729.41
Hex49249610322B955f1d
Octal42221111410625322513735
Binary1001001001010010011100001011001010101110010101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049249; }

 p { color: rgb(4,146,73); }

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

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

 a { background-color: rgb(4,146,73); }

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

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

 span { border-color: rgb(4,146,73); }

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