Html Css Color HEX #048220 Forest Green

📋 copy color: '#048220'

red 4 ◦ green 130 ◦ blue 32

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

Shades of Forest Green #048220

Tints of Forest Green #048220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 78.31%

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

R = 2.41%
G = 78.31%
B = 19.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#048220 (or 0x048220) is known color: Forest Green. HEX triplet: 04, 82 and 20. RGB value is (4,130,32). Sum of RGB (Red+Green+Blue) = 4+130+32=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 130 (51.17% from 255 or 78.31% from 166); Blue value is 32 (12.89% from 255 or 19.28% from 166); Max value from RGB is 130 - color contains mainly: green. Hex color #048220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048220 is #FB7DDF. Grayscale: #515151. Windows color (decimal): -16481760 or 2130436. OLE color: 2130436.

HSL color Cylindrical-coordinate representation of color #048220: hue angle of 133.33º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048220 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 130 32 -
CMYK 0.97 0 0.75 0.49
HSL 133.33º 0.94% 0.26% -
HSV(B) 133.33º 0.97% 0.51% -
XYZ 8.29 16.1 4.04 -
YUV 81.15 100.26 72.97 -
System Red Green Blue C M Y K H S L
Decimal 4 130 32 0.97 0 0.75 0.49 133.33 0.94 0.26
Hex 4 82 20 61 0 4B 31 85 5E 1A
Octal 4 202 40 141 0 113 61 205 136 32
Binary 100 10000010 100000 1100001 0 1001011 110001 10000101 1011110 11010

Color Harmonies of #048220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048220

Black with #048220

Text Example


Text Example

White with #048220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048220; }

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

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

background-color css

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

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

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

border-color css

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

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

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