#209F6B

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

Shades of Elf Green #209F6B

Tints of Elf Green #209F6B

Color information

#209F6B (or 0x209F6B) is unknown color: approx Elf Green. HEX triplet: 20, 9F and 6B. RGB value is (32,159,107). Sum of RGB (Red+Green+Blue) = 32+159+107=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 159 (62.5% from 255 or 53.36% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 159 - color contains mainly: green. Hex color #209F6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209F6B is #DF6094. Grayscale: #737373. Windows color (decimal): -14639253 or 7053088. OLE color: 7053088.

HSL color Cylindrical-coordinate representation of color #209F6B: hue angle of 155.43º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F6B is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB32159107-
CMYK0.8000.330.38
HSL155.43º66.49%37.45%-
HSV(B)155.43º79.87%62.35%-
XYZ15.6526.1618.14-
YUV115.1123.4268.73-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.74%
GREEN value IS 159 (62.5% from 255) = 53.36%
BLUE value IS 107 (42.19% from 255) = 35.91%
R=10.74%
G=53.36%
B=35.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321591070.8000.330.38155.4366.4937.45
Hex209F6B50021269b4225
Octal402371531200414623310245
Binary10000010011111110101110100000100001100110100110111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #209F6B; }

 p { color: rgb(32,159,107); }

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

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

 a { background-color: rgb(32,159,107); }

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

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

 span { border-color: rgb(32,159,107); }

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