Html Css Color HEX #208024 Forest Green

📋 copy color: '#208024'

red 32 ◦ green 128 ◦ blue 36

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

Shades of Forest Green #208024

Tints of Forest Green #208024

RGB

 RED value IS 32 (12.89% from 255) = 16.33%

 GREEN value IS 128 (50.39% from 255) = 65.31%

 BLUE value IS 36 (14.45% from 255) = 18.37%

R = 16.33%
G = 65.31%
B = 18.37%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#208024 (or 0x208024) is known color: Forest Green. HEX triplet: 20, 80 and 24. RGB value is (32,128,36). Sum of RGB (Red+Green+Blue) = 32+128+36=196 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.33% from 196); Green value is 128 (50.39% from 255 or 65.31% from 196); Blue value is 36 (14.45% from 255 or 18.37% from 196); Max value from RGB is 128 - color contains mainly: green. Hex color #208024 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208024 is #DF7FDB. Grayscale: #595959. Windows color (decimal): -14647260 or 2392096. OLE color: 2392096.

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

Color convert

RGB 32 128 36 -
CMYK 0.75 0 0.72 0.50
HSL 122.5º 0.6% 0.31% -
HSV(B) 122.5º 0.75% 0.5% -
XYZ 8.63 15.87 4.28 -
YUV 88.81 98.2 87.48 -
System Red Green Blue C M Y K H S L
Decimal 32 128 36 0.75 0 0.72 0.50 122.5 0.6 0.31
Hex 20 80 24 4B 0 48 32 7B 3C 1F
Octal 40 200 44 113 0 110 62 173 74 37
Binary 100000 10000000 100100 1001011 0 1001000 110010 1111011 111100 11111

Color Harmonies of #208024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208024

Black with #208024

Text Example


Text Example

White with #208024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208024; }

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

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

background-color css

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

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

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

border-color css

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

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

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