Html Css Color HEX #049120 Forest Green

📋 copy color: '#049120'

red 4 ◦ green 145 ◦ blue 32

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

Shades of Forest Green #049120

Tints of Forest Green #049120

RGB

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

 GREEN value IS 145 (57.03% from 255) = 80.11%

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

R = 2.21%
G = 80.11%
B = 17.68%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#049120 (or 0x049120) is known color: Forest Green. HEX triplet: 04, 91 and 20. RGB value is (4,145,32). Sum of RGB (Red+Green+Blue) = 4+145+32=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 145 (57.03% from 255 or 80.11% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 145 - color contains mainly: green. Hex color #049120 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049120 is #FB6EDF. Grayscale: #5A5A5A. Windows color (decimal): -16477920 or 2134276. OLE color: 2134276.

HSL color Cylindrical-coordinate representation of color #049120: hue angle of 131.91º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049120 is Cyan = 0.97, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.

Color convert

RGB 4 145 32 -
CMYK 0.97 0 0.78 0.43
HSL 131.91º 0.95% 0.29% -
HSV(B) 131.91º 0.97% 0.57% -
XYZ 10.44 20.38 4.75 -
YUV 89.96 95.29 66.69 -
System Red Green Blue C M Y K H S L
Decimal 4 145 32 0.97 0 0.78 0.43 131.91 0.95 0.29
Hex 4 91 20 61 0 4E 2B 84 5F 1D
Octal 4 221 40 141 0 116 53 204 137 35
Binary 100 10010001 100000 1100001 0 1001110 101011 10000100 1011111 11101

Color Harmonies of #049120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #049120

Black with #049120

Text Example


Text Example

White with #049120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #049120; }

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

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

background-color css

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

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

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

border-color css

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

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

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