Html Css Color HEX #049E2A Dark Pastel Green

📋 copy color: '#049E2A'

red 4 ◦ green 158 ◦ blue 42

#049E2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #049E2A

Tints of Dark Pastel Green #049E2A

RGB

 RED value IS 4 (1.95% from 255) = 1.96%

 GREEN value IS 158 (62.11% from 255) = 77.45%

 BLUE value IS 42 (16.8% from 255) = 20.59%

R = 1.96%
G = 77.45%
B = 20.59%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.38

RGB Variations

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

Color information

#049E2A (or 0x049E2A) is known color: Dark Pastel Green. HEX triplet: 04, 9E and 2A. RGB value is (4,158,42). Sum of RGB (Red+Green+Blue) = 4+158+42=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 158 (62.11% from 255 or 77.45% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 158 - color contains mainly: green. Hex color #049E2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049E2A is #FB61D5. Grayscale: #636363. Windows color (decimal): -16474582 or 2792964. OLE color: 2792964.

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

Color convert

RGB 4 158 42 -
CMYK 0.97 0 0.73 0.38
HSL 134.81º 0.95% 0.32% -
HSV(B) 134.81º 0.97% 0.62% -
XYZ 12.69 24.65 6.28 -
YUV 98.73 95.98 60.43 -
System Red Green Blue C M Y K H S L
Decimal 4 158 42 0.97 0 0.73 0.38 134.81 0.95 0.32
Hex 4 9E 2A 61 0 49 26 87 5F 20
Octal 4 236 52 141 0 111 46 207 137 40
Binary 100 10011110 101010 1100001 0 1001001 100110 10000111 1011111 100000

Color Harmonies of #049E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049E2A

Black with #049E2A

Text Example


Text Example

White with #049E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #049E2A;
 }
 .AnyTagClassName
 {
   color: #049E2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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