Html Css Color HEX #048320 Forest Green

📋 copy color: '#048320'

red 4 ◦ green 131 ◦ blue 32

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

Shades of Forest Green #048320

Tints of Forest Green #048320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 78.44%

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

R = 2.4%
G = 78.44%
B = 19.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#048320 (or 0x048320) is known color: Forest Green. HEX triplet: 04, 83 and 20. RGB value is (4,131,32). Sum of RGB (Red+Green+Blue) = 4+131+32=167 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.40% from 167); Green value is 131 (51.56% from 255 or 78.44% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 131 - color contains mainly: green. Hex color #048320 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048320 is #FB7CDF. Grayscale: #525252. Windows color (decimal): -16481504 or 2130692. OLE color: 2130692.

HSL color Cylindrical-coordinate representation of color #048320: hue angle of 133.23º 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 #048320 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 4 131 32 -
CMYK 0.97 0 0.76 0.49
HSL 133.23º 0.94% 0.26% -
HSV(B) 133.23º 0.97% 0.51% -
XYZ 8.43 16.36 4.08 -
YUV 81.74 99.92 72.55 -
System Red Green Blue C M Y K H S L
Decimal 4 131 32 0.97 0 0.76 0.49 133.23 0.94 0.26
Hex 4 83 20 61 0 4C 31 85 5E 1A
Octal 4 203 40 141 0 114 61 205 136 32
Binary 100 10000011 100000 1100001 0 1001100 110001 10000101 1011110 11010

Color Harmonies of #048320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048320

Black with #048320

Text Example


Text Example

White with #048320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048320; }

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

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

background-color css

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

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

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

border-color css

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

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

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