Html Css Color HEX #208276 Elm

📋 copy color: '#208276'

red 32 ◦ green 130 ◦ blue 118

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

Shades of Elm #208276

Tints of Elm #208276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.43%

 BLUE value IS 118 (46.48% from 255) = 42.14%

R = 11.43%
G = 46.43%
B = 42.14%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#208276 (or 0x208276) is known color: Elm. HEX triplet: 20, 82 and 76. RGB value is (32,130,118). Sum of RGB (Red+Green+Blue) = 32+130+118=280 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.43% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #208276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208276 is #DF7D89. Grayscale: #636363. Windows color (decimal): -14646666 or 7766560. OLE color: 7766560.

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

Color convert

RGB 32 130 118 -
CMYK 0.75 0 0.09 0.49
HSL 172.65º 0.6% 0.32% -
HSV(B) 172.65º 0.75% 0.51% -
XYZ 11.85 17.58 19.91 -
YUV 99.33 138.53 79.98 -
System Red Green Blue C M Y K H S L
Decimal 32 130 118 0.75 0 0.09 0.49 172.65 0.6 0.32
Hex 20 82 76 4B 0 9 31 AD 3C 20
Octal 40 202 166 113 0 11 61 255 74 40
Binary 100000 10000010 1110110 1001011 0 1001 110001 10101101 111100 100000

Color Harmonies of #208276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208276

Black with #208276

Text Example


Text Example

White with #208276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208276; }

 p { color: rgb(32,130,118); }

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

background-color css

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

 a { background-color: rgb(32,130,118); }

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

border-color css

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

 span { border-color: rgb(32,130,118); }

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