Html Css Color HEX #208362 Elf Green

📋 copy color: '#208362'

red 32 ◦ green 131 ◦ blue 98

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

Shades of Elf Green #208362

Tints of Elf Green #208362

RGB

 RED value IS 32 (12.89% from 255) = 12.26%

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

 BLUE value IS 98 (38.67% from 255) = 37.55%

R = 12.26%
G = 50.19%
B = 37.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#208362 (or 0x208362) is known color: Elf Green. HEX triplet: 20, 83 and 62. RGB value is (32,131,98). Sum of RGB (Red+Green+Blue) = 32+131+98=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 131 (51.56% from 255 or 50.19% from 261); Blue value is 98 (38.67% from 255 or 37.55% from 261); Max value from RGB is 131 - color contains mainly: green. Hex color #208362 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208362 is #DF7C9D. Grayscale: #616161. Windows color (decimal): -14646430 or 6456096. OLE color: 6456096.

HSL color Cylindrical-coordinate representation of color #208362: hue angle of 160º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208362 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 32 131 98 -
CMYK 0.76 0 0.25 0.49
HSL 160º 0.61% 0.32% -
HSV(B) 160º 0.76% 0.51% -
XYZ 10.92 17.42 14.34 -
YUV 97.64 128.2 81.18 -
System Red Green Blue C M Y K H S L
Decimal 32 131 98 0.76 0 0.25 0.49 160 0.61 0.32
Hex 20 83 62 4C 0 19 31 A0 3D 20
Octal 40 203 142 114 0 31 61 240 75 40
Binary 100000 10000011 1100010 1001100 0 11001 110001 10100000 111101 100000

Color Harmonies of #208362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208362

Black with #208362

Text Example


Text Example

White with #208362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208362; }

 p { color: rgb(32,131,98); }

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

background-color css

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

 a { background-color: rgb(32,131,98); }

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

border-color css

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

 span { border-color: rgb(32,131,98); }

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