Html Css Color HEX #248220 Forest Green

📋 copy color: '#248220'

red 36 ◦ green 130 ◦ blue 32

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

Shades of Forest Green #248220

Tints of Forest Green #248220

RGB

 RED value IS 36 (14.45% from 255) = 18.18%

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

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

R = 18.18%
G = 65.66%
B = 16.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#248220 (or 0x248220) is known color: Forest Green. HEX triplet: 24, 82 and 20. RGB value is (36,130,32). Sum of RGB (Red+Green+Blue) = 36+130+32=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 130 (51.17% from 255 or 65.66% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 130 - color contains mainly: green. Hex color #248220 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248220 is #DB7DDF. Grayscale: #5B5B5B. Windows color (decimal): -14384608 or 2130468. OLE color: 2130468.

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

Color convert

RGB 36 130 32 -
CMYK 0.72 0 0.75 0.49
HSL 117.55º 0.6% 0.32% -
HSV(B) 117.55º 0.75% 0.51% -
XYZ 8.97 16.44 4.07 -
YUV 90.72 94.86 88.97 -
System Red Green Blue C M Y K H S L
Decimal 36 130 32 0.72 0 0.75 0.49 117.55 0.6 0.32
Hex 24 82 20 48 0 4B 31 76 3C 20
Octal 44 202 40 110 0 113 61 166 74 40
Binary 100100 10000010 100000 1001000 0 1001011 110001 1110110 111100 100000

Color Harmonies of #248220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248220

Black with #248220

Text Example


Text Example

White with #248220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248220; }

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

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

background-color css

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

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

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

border-color css

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

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

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