Html Css Color HEX #218329 Forest Green

📋 copy color: '#218329'

red 33 ◦ green 131 ◦ blue 41

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

Shades of Forest Green #218329

Tints of Forest Green #218329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 20%

R = 16.1%
G = 63.9%
B = 20%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#218329 (or 0x218329) is known color: Forest Green. HEX triplet: 21, 83 and 29. RGB value is (33,131,41). Sum of RGB (Red+Green+Blue) = 33+131+41=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 131 (51.56% from 255 or 63.90% from 205); Blue value is 41 (16.41% from 255 or 20% from 205); Max value from RGB is 131 - color contains mainly: green. Hex color #218329 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218329 is #DE7CD6. Grayscale: #5B5B5B. Windows color (decimal): -14580951 or 2720545. OLE color: 2720545.

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

Color convert

RGB 33 131 41 -
CMYK 0.75 0 0.69 0.49
HSL 124.9º 0.6% 0.32% -
HSV(B) 124.9º 0.75% 0.51% -
XYZ 9.14 16.72 4.84 -
YUV 91.44 99.53 86.32 -
System Red Green Blue C M Y K H S L
Decimal 33 131 41 0.75 0 0.69 0.49 124.9 0.6 0.32
Hex 21 83 29 4B 0 45 31 7D 3C 20
Octal 41 203 51 113 0 105 61 175 74 40
Binary 100001 10000011 101001 1001011 0 1000101 110001 1111101 111100 100000

Color Harmonies of #218329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218329

Black with #218329

Text Example


Text Example

White with #218329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218329; }

 p { color: rgb(33,131,41); }

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

background-color css

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

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

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

border-color css

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

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

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