Html Css Color HEX #218E1F Forest Green

📋 copy color: '#218E1F'

red 33 ◦ green 142 ◦ blue 31

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

Shades of Forest Green #218E1F

Tints of Forest Green #218E1F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 68.93%

 BLUE value IS 31 (12.5% from 255) = 15.05%

R = 16.02%
G = 68.93%
B = 15.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#218E1F (or 0x218E1F) is known color: Forest Green. HEX triplet: 21, 8E and 1F. RGB value is (33,142,31). Sum of RGB (Red+Green+Blue) = 33+142+31=206 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.02% from 206); Green value is 142 (55.86% from 255 or 68.93% from 206); Blue value is 31 (12.5% from 255 or 15.05% from 206); Max value from RGB is 142 - color contains mainly: green. Hex color #218E1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218E1F is #DE71E0. Grayscale: #616161. Windows color (decimal): -14578145 or 2068001. OLE color: 2068001.

HSL color Cylindrical-coordinate representation of color #218E1F: hue angle of 118.92º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218E1F is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 142 31 -
CMYK 0.77 0 0.78 0.44
HSL 118.92º 0.64% 0.34% -
HSV(B) 118.92º 0.78% 0.56% -
XYZ 10.55 19.77 4.56 -
YUV 96.76 90.89 82.53 -
System Red Green Blue C M Y K H S L
Decimal 33 142 31 0.77 0 0.78 0.44 118.92 0.64 0.34
Hex 21 8E 1F 4D 0 4E 2C 77 40 22
Octal 41 216 37 115 0 116 54 167 100 42
Binary 100001 10001110 11111 1001101 0 1001110 101100 1110111 1000000 100010

Color Harmonies of #218E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218E1F

Black with #218E1F

Text Example


Text Example

White with #218E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218E1F; }

 p { color: rgb(33,142,31); }

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

background-color css

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

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

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

border-color css

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

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

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