Html Css Color HEX #218215 Forest Green

📋 copy color: '#218215'

red 33 ◦ green 130 ◦ blue 21

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

Shades of Forest Green #218215

Tints of Forest Green #218215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.41%

R = 17.93%
G = 70.65%
B = 11.41%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#218215 (or 0x218215) is known color: Forest Green. HEX triplet: 21, 82 and 15. RGB value is (33,130,21). Sum of RGB (Red+Green+Blue) = 33+130+21=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 130 (51.17% from 255 or 70.65% from 184); Blue value is 21 (8.59% from 255 or 11.41% from 184); Max value from RGB is 130 - color contains mainly: green. Hex color #218215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #218215 is #DE7DEA. Grayscale: #585858. Windows color (decimal): -14581227 or 1409569. OLE color: 1409569.

HSL color Cylindrical-coordinate representation of color #218215: hue angle of 113.39º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #218215 is Cyan = 0.75, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 21 -
CMYK 0.75 0 0.84 0.49
HSL 113.39º 0.72% 0.3% -
HSV(B) 113.39º 0.84% 0.51% -
XYZ 8.75 16.34 3.4 -
YUV 88.57 89.86 88.36 -
System Red Green Blue C M Y K H S L
Decimal 33 130 21 0.75 0 0.84 0.49 113.39 0.72 0.3
Hex 21 82 15 4B 0 54 31 71 48 1E
Octal 41 202 25 113 0 124 61 161 110 36
Binary 100001 10000010 10101 1001011 0 1010100 110001 1110001 1001000 11110

Color Harmonies of #218215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218215

Black with #218215

Text Example


Text Example

White with #218215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218215; }

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

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

background-color css

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

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

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

border-color css

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

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

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