Html Css Color HEX #218820 Forest Green

📋 copy color: '#218820'

red 33 ◦ green 136 ◦ blue 32

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

Shades of Forest Green #218820

Tints of Forest Green #218820

RGB

 RED value IS 33 (13.28% from 255) = 16.42%

 GREEN value IS 136 (53.52% from 255) = 67.66%

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

R = 16.42%
G = 67.66%
B = 15.92%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#218820 (or 0x218820) is known color: Forest Green. HEX triplet: 21, 88 and 20. RGB value is (33,136,32). Sum of RGB (Red+Green+Blue) = 33+136+32=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 136 (53.52% from 255 or 67.66% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 136 - color contains mainly: green. Hex color #218820 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218820 is #DE77DF. Grayscale: #5D5D5D. Windows color (decimal): -14579680 or 2132001. OLE color: 2132001.

HSL color Cylindrical-coordinate representation of color #218820: hue angle of 119.42º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218820 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 136 32 -
CMYK 0.76 0 0.76 0.47
HSL 119.42º 0.62% 0.33% -
HSV(B) 119.42º 0.76% 0.53% -
XYZ 9.69 18.04 4.34 -
YUV 93.35 93.38 84.96 -
System Red Green Blue C M Y K H S L
Decimal 33 136 32 0.76 0 0.76 0.47 119.42 0.62 0.33
Hex 21 88 20 4C 0 4C 2F 77 3E 21
Octal 41 210 40 114 0 114 57 167 76 41
Binary 100001 10001000 100000 1001100 0 1001100 101111 1110111 111110 100001

Color Harmonies of #218820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218820

Black with #218820

Text Example


Text Example

White with #218820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218820; }

 p { color: rgb(33,136,32); }

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

background-color css

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

 a { background-color: rgb(33,136,32); }

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

border-color css

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

 span { border-color: rgb(33,136,32); }

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