Html Css Color HEX #248420 Forest Green

📋 copy color: '#248420'

red 36 ◦ green 132 ◦ blue 32

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

Shades of Forest Green #248420

Tints of Forest Green #248420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 66%

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

R = 18%
G = 66%
B = 16%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#248420 (or 0x248420) is known color: Forest Green. HEX triplet: 24, 84 and 20. RGB value is (36,132,32). Sum of RGB (Red+Green+Blue) = 36+132+32=200 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18% from 200); Green value is 132 (51.95% from 255 or 66% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 132 - color contains mainly: green. Hex color #248420 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248420 is #DB7BDF. Grayscale: #5C5C5C. Windows color (decimal): -14384096 or 2130980. OLE color: 2130980.

HSL color Cylindrical-coordinate representation of color #248420: hue angle of 117.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #248420 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 132 32 -
CMYK 0.73 0 0.76 0.48
HSL 117.6º 0.61% 0.32% -
HSV(B) 117.6º 0.76% 0.52% -
XYZ 9.24 16.98 4.16 -
YUV 91.9 94.2 88.13 -
System Red Green Blue C M Y K H S L
Decimal 36 132 32 0.73 0 0.76 0.48 117.6 0.61 0.32
Hex 24 84 20 49 0 4C 30 76 3D 20
Octal 44 204 40 111 0 114 60 166 75 40
Binary 100100 10000100 100000 1001001 0 1001100 110000 1110110 111101 100000

Color Harmonies of #248420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248420

Black with #248420

Text Example


Text Example

White with #248420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248420; }

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

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

background-color css

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

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

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

border-color css

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

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

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