Html Css Color HEX #048223 Forest Green

📋 copy color: '#048223'

red 4 ◦ green 130 ◦ blue 35

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

Shades of Forest Green #048223

Tints of Forest Green #048223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 20.71%

R = 2.37%
G = 76.92%
B = 20.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#048223 (or 0x048223) is known color: Forest Green. HEX triplet: 04, 82 and 23. RGB value is (4,130,35). Sum of RGB (Red+Green+Blue) = 4+130+35=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 130 (51.17% from 255 or 76.92% from 169); Blue value is 35 (14.06% from 255 or 20.71% from 169); Max value from RGB is 130 - color contains mainly: green. Hex color #048223 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048223 is #FB7DDC. Grayscale: #515151. Windows color (decimal): -16481757 or 2327044. OLE color: 2327044.

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

Color convert

RGB 4 130 35 -
CMYK 0.97 0 0.73 0.49
HSL 134.76º 0.94% 0.26% -
HSV(B) 134.76º 0.97% 0.51% -
XYZ 8.34 16.11 4.26 -
YUV 81.5 101.76 72.72 -
System Red Green Blue C M Y K H S L
Decimal 4 130 35 0.97 0 0.73 0.49 134.76 0.94 0.26
Hex 4 82 23 61 0 49 31 87 5E 1A
Octal 4 202 43 141 0 111 61 207 136 32
Binary 100 10000010 100011 1100001 0 1001001 110001 10000111 1011110 11010

Color Harmonies of #048223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048223

Black with #048223

Text Example


Text Example

White with #048223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048223; }

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

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

background-color css

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

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

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

border-color css

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

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

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