Html Css Color HEX #218221 Forest Green

📋 copy color: '#218221'

red 33 ◦ green 130 ◦ blue 33

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

Shades of Forest Green #218221

Tints of Forest Green #218221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.84%

R = 16.84%
G = 66.33%
B = 16.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#218221 (or 0x218221) is known color: Forest Green. HEX triplet: 21, 82 and 21. RGB value is (33,130,33). Sum of RGB (Red+Green+Blue) = 33+130+33=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #218221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218221 is #DE7DDE. Grayscale: #5A5A5A. Windows color (decimal): -14581215 or 2196001. OLE color: 2196001.

HSL color Cylindrical-coordinate representation of color #218221: hue angle of 120º 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 #218221 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 33 -
CMYK 0.75 0 0.75 0.49
HSL 120º 0.6% 0.32% -
HSV(B) 120º 0.75% 0.51% -
XYZ 8.88 16.4 4.14 -
YUV 89.94 95.86 87.39 -
System Red Green Blue C M Y K H S L
Decimal 33 130 33 0.75 0 0.75 0.49 120 0.6 0.32
Hex 21 82 21 4B 0 4B 31 78 3C 20
Octal 41 202 41 113 0 113 61 170 74 40
Binary 100001 10000010 100001 1001011 0 1001011 110001 1111000 111100 100000

Color Harmonies of #218221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218221

Black with #218221

Text Example


Text Example

White with #218221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218221; }

 p { color: rgb(33,130,33); }

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

background-color css

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

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

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

border-color css

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

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

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