Html Css Color HEX #049C2A Dark Pastel Green

📋 copy color: '#049C2A'

red 4 ◦ green 156 ◦ blue 42

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

Shades of Dark Pastel Green #049C2A

Tints of Dark Pastel Green #049C2A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 77.23%

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

R = 1.98%
G = 77.23%
B = 20.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.39

RGB Variations

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

Color information

#049C2A (or 0x049C2A) is known color: Dark Pastel Green. HEX triplet: 04, 9C and 2A. RGB value is (4,156,42). Sum of RGB (Red+Green+Blue) = 4+156+42=202 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.98% from 202); Green value is 156 (61.33% from 255 or 77.23% from 202); Blue value is 42 (16.80% from 255 or 20.79% from 202); Max value from RGB is 156 - color contains mainly: green. Hex color #049C2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049C2A is #FB63D5. Grayscale: #616161. Windows color (decimal): -16475094 or 2792452. OLE color: 2792452.

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

Color convert

RGB 4 156 42 -
CMYK 0.97 0 0.73 0.39
HSL 135º 0.95% 0.31% -
HSV(B) 135º 0.97% 0.61% -
XYZ 12.36 23.97 6.17 -
YUV 97.56 96.64 61.27 -
System Red Green Blue C M Y K H S L
Decimal 4 156 42 0.97 0 0.73 0.39 135 0.95 0.31
Hex 4 9C 2A 61 0 49 27 87 5F 1F
Octal 4 234 52 141 0 111 47 207 137 37
Binary 100 10011100 101010 1100001 0 1001001 100111 10000111 1011111 11111

Color Harmonies of #049C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049C2A

Black with #049C2A

Text Example


Text Example

White with #049C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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