#208A60

Color #208A60 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #208A60

Tints of Elf Green #208A60

Color information

#208A60 (or 0x208A60) is unknown color: approx Elf Green. HEX triplet: 20, 8A and 60. RGB value is (32,138,96). Sum of RGB (Red+Green+Blue) = 32+138+96=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 138 (54.30% from 255 or 51.88% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 138 - color contains mainly: green. Hex color #208A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208A60 is #DF759F. Grayscale: #656565. Windows color (decimal): -14644640 or 6326816. OLE color: 6326816.

HSL color Cylindrical-coordinate representation of color #208A60: hue angle of 156.23º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208A60 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB3213896-
CMYK0.7700.300.46
HSL156.23º62.35%33.33%-
HSV(B)156.23º76.81%54.12%-
XYZ11.819.3314.18-
YUV101.52124.8878.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.03%
GREEN value IS 138 (54.30% from 255) = 51.88%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=12.03%
G=51.88%
B=36.09%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal32138960.7700.300.46156.2362.3533.33
Hex208A604D01E2E9c3e21
Octal40212140115036562347641
Binary100000100010101100000100110101111010111010011100111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208A60; }

 p { color: rgb(32,138,96); }

 H1.HeaderClassName
 {
   color: #208A60;
 }
 .AnyTagClassName
 {
   color: #208A60;
 }
</style>
background-color css

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

 a { background-color: rgb(32,138,96); }

 div.DivClassName
 {
   background-color: #208A60;
 }
 .BgClassName
 {
   background-color: #208A60;
 }
</style>
border-color css

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

 span { border-color: rgb(32,138,96); }

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