Html Css Color HEX #208463 Elf Green

📋 copy color: '#208463'

red 32 ◦ green 132 ◦ blue 99

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

Shades of Elf Green #208463

Tints of Elf Green #208463

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.19%

 BLUE value IS 99 (39.06% from 255) = 37.64%

R = 12.17%
G = 50.19%
B = 37.64%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#208463 (or 0x208463) is known color: Elf Green. HEX triplet: 20, 84 and 63. RGB value is (32,132,99). Sum of RGB (Red+Green+Blue) = 32+132+99=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 132 (51.95% from 255 or 50.19% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 132 - color contains mainly: green. Hex color #208463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208463 is #DF7B9C. Grayscale: #626262. Windows color (decimal): -14646173 or 6521888. OLE color: 6521888.

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

Color convert

RGB 32 132 99 -
CMYK 0.76 0 0.25 0.48
HSL 160.2º 0.61% 0.32% -
HSV(B) 160.2º 0.76% 0.52% -
XYZ 11.1 17.71 14.64 -
YUV 98.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 32 132 99 0.76 0 0.25 0.48 160.2 0.61 0.32
Hex 20 84 63 4C 0 19 30 A0 3D 20
Octal 40 204 143 114 0 31 60 240 75 40
Binary 100000 10000100 1100011 1001100 0 11001 110000 10100000 111101 100000

Color Harmonies of #208463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208463

Black with #208463

Text Example


Text Example

White with #208463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208463; }

 p { color: rgb(32,132,99); }

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

background-color css

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

 a { background-color: rgb(32,132,99); }

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

border-color css

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

 span { border-color: rgb(32,132,99); }

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