Html Css Color HEX #049A2D Dark Pastel Green

📋 copy color: '#049A2D'

red 4 ◦ green 154 ◦ blue 45

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

Shades of Dark Pastel Green #049A2D

Tints of Dark Pastel Green #049A2D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 75.86%

 BLUE value IS 45 (17.97% from 255) = 22.17%

R = 1.97%
G = 75.86%
B = 22.17%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#049A2D (or 0x049A2D) is known color: Dark Pastel Green. HEX triplet: 04, 9A and 2D. RGB value is (4,154,45). Sum of RGB (Red+Green+Blue) = 4+154+45=203 (26% of max value = 765). Red value is 4 (1.95% from 255 or 1.97% from 203); Green value is 154 (60.55% from 255 or 75.86% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 154 - color contains mainly: green. Hex color #049A2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049A2D is #FB65D2. Grayscale: #616161. Windows color (decimal): -16475603 or 2988548. OLE color: 2988548.

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

Color convert

RGB 4 154 45 -
CMYK 0.97 0 0.71 0.40
HSL 136.4º 0.95% 0.31% -
HSV(B) 136.4º 0.97% 0.6% -
XYZ 12.08 23.33 6.35 -
YUV 96.72 98.81 61.86 -
System Red Green Blue C M Y K H S L
Decimal 4 154 45 0.97 0 0.71 0.40 136.4 0.95 0.31
Hex 4 9A 2D 61 0 47 28 88 5F 1F
Octal 4 232 55 141 0 107 50 210 137 37
Binary 100 10011010 101101 1100001 0 1000111 101000 10001000 1011111 11111

Color Harmonies of #049A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049A2D

Black with #049A2D

Text Example


Text Example

White with #049A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,154,45); }

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

background-color css

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

 a { background-color: rgb(4,154,45); }

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

border-color css

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

 span { border-color: rgb(4,154,45); }

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