Html Css Color HEX #049520 Forest Green

📋 copy color: '#049520'

red 4 ◦ green 149 ◦ blue 32

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

Shades of Forest Green #049520

Tints of Forest Green #049520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 80.54%

 BLUE value IS 32 (12.89% from 255) = 17.3%

R = 2.16%
G = 80.54%
B = 17.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#049520 (or 0x049520) is known color: Forest Green. HEX triplet: 04, 95 and 20. RGB value is (4,149,32). Sum of RGB (Red+Green+Blue) = 4+149+32=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 149 (58.59% from 255 or 80.54% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 149 - color contains mainly: green. Hex color #049520 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049520 is #FB6ADF. Grayscale: #5C5C5C. Windows color (decimal): -16476896 or 2135300. OLE color: 2135300.

HSL color Cylindrical-coordinate representation of color #049520: hue angle of 131.59º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049520 is Cyan = 0.97, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 4 149 32 -
CMYK 0.97 0 0.79 0.42
HSL 131.59º 0.95% 0.3% -
HSV(B) 131.59º 0.97% 0.58% -
XYZ 11.06 21.62 4.96 -
YUV 92.31 93.96 65.01 -
System Red Green Blue C M Y K H S L
Decimal 4 149 32 0.97 0 0.79 0.42 131.59 0.95 0.3
Hex 4 95 20 61 0 4F 2A 84 5F 1E
Octal 4 225 40 141 0 117 52 204 137 36
Binary 100 10010101 100000 1100001 0 1001111 101010 10000100 1011111 11110

Color Harmonies of #049520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049520

Black with #049520

Text Example


Text Example

White with #049520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049520; }

 p { color: rgb(4,149,32); }

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

background-color css

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

 a { background-color: rgb(4,149,32); }

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

border-color css

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

 span { border-color: rgb(4,149,32); }

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