Html Css Color HEX #049D2B Dark Pastel Green

📋 copy color: '#049D2B'

red 4 ◦ green 157 ◦ blue 43

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

Shades of Dark Pastel Green #049D2B

Tints of Dark Pastel Green #049D2B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 76.96%

 BLUE value IS 43 (17.19% from 255) = 21.08%

R = 1.96%
G = 76.96%
B = 21.08%

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

#049D2B (or 0x049D2B) is known color: Dark Pastel Green. HEX triplet: 04, 9D and 2B. RGB value is (4,157,43). Sum of RGB (Red+Green+Blue) = 4+157+43=204 (27% of max value = 765). Red value is 4 (1.95% from 255 or 1.96% from 204); Green value is 157 (61.72% from 255 or 76.96% from 204); Blue value is 43 (17.19% from 255 or 21.08% from 204); Max value from RGB is 157 - color contains mainly: green. Hex color #049D2B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049D2B is #FB62D4. Grayscale: #626262. Windows color (decimal): -16474837 or 2858244. OLE color: 2858244.

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

Color convert

RGB 4 157 43 -
CMYK 0.97 0 0.73 0.38
HSL 135.29º 0.95% 0.32% -
HSV(B) 135.29º 0.97% 0.62% -
XYZ 12.54 24.31 6.32 -
YUV 98.26 96.81 60.77 -
System Red Green Blue C M Y K H S L
Decimal 4 157 43 0.97 0 0.73 0.38 135.29 0.95 0.32
Hex 4 9D 2B 61 0 49 26 87 5F 20
Octal 4 235 53 141 0 111 46 207 137 40
Binary 100 10011101 101011 1100001 0 1001001 100110 10000111 1011111 100000

Color Harmonies of #049D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049D2B

Black with #049D2B

Text Example


Text Example

White with #049D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,157,43); }

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

background-color css

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

 a { background-color: rgb(4,157,43); }

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

border-color css

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

 span { border-color: rgb(4,157,43); }

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