Html Css Color HEX #048226 Forest Green

📋 copy color: '#048226'

red 4 ◦ green 130 ◦ blue 38

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

Shades of Forest Green #048226

Tints of Forest Green #048226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 22.09%

R = 2.33%
G = 75.58%
B = 22.09%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#048226 (or 0x048226) is known color: Forest Green. HEX triplet: 04, 82 and 26. RGB value is (4,130,38). Sum of RGB (Red+Green+Blue) = 4+130+38=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 130 (51.17% from 255 or 75.58% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 130 - color contains mainly: green. Hex color #048226 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048226 is #FB7DD9. Grayscale: #525252. Windows color (decimal): -16481754 or 2523652. OLE color: 2523652.

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

Color convert

RGB 4 130 38 -
CMYK 0.97 0 0.71 0.49
HSL 136.19º 0.94% 0.26% -
HSV(B) 136.19º 0.97% 0.51% -
XYZ 8.38 16.13 4.51 -
YUV 81.84 103.26 72.48 -
System Red Green Blue C M Y K H S L
Decimal 4 130 38 0.97 0 0.71 0.49 136.19 0.94 0.26
Hex 4 82 26 61 0 47 31 88 5E 1A
Octal 4 202 46 141 0 107 61 210 136 32
Binary 100 10000010 100110 1100001 0 1000111 110001 10001000 1011110 11010

Color Harmonies of #048226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048226

Black with #048226

Text Example


Text Example

White with #048226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048226; }

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

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

background-color css

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

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

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

border-color css

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

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

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