Html Css Color HEX #048228 Forest Green

📋 copy color: '#048228'

red 4 ◦ green 130 ◦ blue 40

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

Shades of Forest Green #048228

Tints of Forest Green #048228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 22.99%

R = 2.3%
G = 74.71%
B = 22.99%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#048228 (or 0x048228) is known color: Forest Green. HEX triplet: 04, 82 and 28. RGB value is (4,130,40). Sum of RGB (Red+Green+Blue) = 4+130+40=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 130 (51.17% from 255 or 74.71% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 130 - color contains mainly: green. Hex color #048228 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048228 is #FB7DD7. Grayscale: #525252. Windows color (decimal): -16481752 or 2654724. OLE color: 2654724.

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

Color convert

RGB 4 130 40 -
CMYK 0.97 0 0.69 0.49
HSL 137.14º 0.94% 0.26% -
HSV(B) 137.14º 0.97% 0.51% -
XYZ 8.42 16.14 4.68 -
YUV 82.07 104.26 72.32 -
System Red Green Blue C M Y K H S L
Decimal 4 130 40 0.97 0 0.69 0.49 137.14 0.94 0.26
Hex 4 82 28 61 0 45 31 89 5E 1A
Octal 4 202 50 141 0 105 61 211 136 32
Binary 100 10000010 101000 1100001 0 1000101 110001 10001001 1011110 11010

Color Harmonies of #048228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048228

Black with #048228

Text Example


Text Example

White with #048228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048228; }

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

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

background-color css

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

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

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

border-color css

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

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

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