#049E2C

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

Shades of Dark Pastel Green #049E2C

Tints of Dark Pastel Green #049E2C

Color information

#049E2C (or 0x049E2C) is unknown color: approx Dark Pastel Green. HEX triplet: 04, 9E and 2C. RGB value is (4,158,44). Sum of RGB (Red+Green+Blue) = 4+158+44=206 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.94% from 206); Green value is 158 (62.11% from 255 or 76.70% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 158 - color contains mainly: green. Hex color #049E2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049E2C is #FB61D3. Grayscale: #636363. Windows color (decimal): -16474580 or 2924036. OLE color: 2924036.

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

Color convert

RGB415844-
CMYK0.9700.720.38
HSL135.58º95.06%31.76%-
HSV(B)135.58º97.47%61.96%-
XYZ12.7324.666.47-
YUV98.9696.9860.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.94%
GREEN value IS 158 (62.11% from 255) = 76.70%
BLUE value IS 44 (17.58% from 255) = 21.36%
R=1.94%
G=76.70%
B=21.36%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4158440.9700.720.38135.5895.0631.76
Hex49E2C6104826885f20
Octal42365414101104621013740
Binary10010011110101100110000101001000100110100010001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,158,44); }

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

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

 a { background-color: rgb(4,158,44); }

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

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

 span { border-color: rgb(4,158,44); }

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