#208369

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

Shades of Elf Green #208369

Tints of Elf Green #208369

Color information

#208369 (or 0x208369) is unknown color: approx Elf Green. HEX triplet: 20, 83 and 69. RGB value is (32,131,105). Sum of RGB (Red+Green+Blue) = 32+131+105=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 105 (41.41% from 255 or 39.18% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #208369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208369 is #DF7C96. Grayscale: #626262. Windows color (decimal): -14646423 or 6914848. OLE color: 6914848.

HSL color Cylindrical-coordinate representation of color #208369: hue angle of 164.24º 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 #208369 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB32131105-
CMYK0.7600.200.49
HSL164.24º60.74%31.96%-
HSV(B)164.24º75.57%51.37%-
XYZ11.2617.5616.16-
YUV98.43131.780.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.94%
GREEN value IS 131 (51.56% from 255) = 48.88%
BLUE value IS 105 (41.41% from 255) = 39.18%
R=11.94%
G=48.88%
B=39.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321311050.7600.200.49164.2460.7431.96
Hex2083694C01431a43d20
Octal40203151114024612447540
Binary100000100000111101001100110001010011000110100100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208369; }

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

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

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

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

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

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

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

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