Html Css Color HEX #248320 Forest Green

📋 copy color: '#248320'

red 36 ◦ green 131 ◦ blue 32

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

Shades of Forest Green #248320

Tints of Forest Green #248320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 65.83%

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

R = 18.09%
G = 65.83%
B = 16.08%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#248320 (or 0x248320) is known color: Forest Green. HEX triplet: 24, 83 and 20. RGB value is (36,131,32). Sum of RGB (Red+Green+Blue) = 36+131+32=199 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.09% from 199); Green value is 131 (51.56% from 255 or 65.83% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 131 - color contains mainly: green. Hex color #248320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #248320 is #DB7CDF. Grayscale: #5B5B5B. Windows color (decimal): -14384352 or 2130724. OLE color: 2130724.

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

Color convert

RGB 36 131 32 -
CMYK 0.73 0 0.76 0.49
HSL 117.58º 0.61% 0.32% -
HSV(B) 117.58º 0.76% 0.51% -
XYZ 9.1 16.71 4.11 -
YUV 91.31 94.53 88.55 -
System Red Green Blue C M Y K H S L
Decimal 36 131 32 0.73 0 0.76 0.49 117.58 0.61 0.32
Hex 24 83 20 49 0 4C 31 76 3D 20
Octal 44 203 40 111 0 114 61 166 75 40
Binary 100100 10000011 100000 1001001 0 1001100 110001 1110110 111101 100000

Color Harmonies of #248320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #248320

Black with #248320

Text Example


Text Example

White with #248320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #248320; }

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

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

background-color css

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

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

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

border-color css

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

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

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