#049B31

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

Shades of Pigment Green #049B31

Tints of Pigment Green #049B31

Color information

#049B31 (or 0x049B31) is unknown color: approx Pigment Green. HEX triplet: 04, 9B and 31. RGB value is (4,155,49). Sum of RGB (Red+Green+Blue) = 4+155+49=208 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.92% from 208); Green value is 155 (60.94% from 255 or 74.52% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 155 - color contains mainly: green. Hex color #049B31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049B31 is #FB64CE. Grayscale: #626262. Windows color (decimal): -16475343 or 3250948. OLE color: 3250948.

HSL color Cylindrical-coordinate representation of color #049B31: hue angle of 137.88º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049B31 is Cyan = 0.97, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB415549-
CMYK0.9700.680.39
HSL137.88º94.97%31.18%-
HSV(B)137.88º97.42%60.78%-
XYZ12.3323.696.83-
YUV97.77100.4761.12-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.92%
GREEN value IS 155 (60.94% from 255) = 74.52%
BLUE value IS 49 (19.53% from 255) = 23.56%
R=1.92%
G=74.52%
B=23.56%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4155490.9700.680.39137.8894.9731.18
Hex49B3161044278a5f1f
Octal42336114101044721213737
Binary1001001101111000111000010100010010011110001010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,155,49); }

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

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

 a { background-color: rgb(4,155,49); }

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

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

 span { border-color: rgb(4,155,49); }

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