Html Css Color HEX #208275 Elm

📋 copy color: '#208275'

red 32 ◦ green 130 ◦ blue 117

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

Shades of Elm #208275

Tints of Elm #208275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.94%

R = 11.47%
G = 46.59%
B = 41.94%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#208275 (or 0x208275) is known color: Elm. HEX triplet: 20, 82 and 75. RGB value is (32,130,117). Sum of RGB (Red+Green+Blue) = 32+130+117=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 130 - color contains mainly: green. Hex color #208275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208275 is #DF7D8A. Grayscale: #636363. Windows color (decimal): -14646667 or 7701024. OLE color: 7701024.

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

Color convert

RGB 32 130 117 -
CMYK 0.75 0 0.1 0.49
HSL 172.04º 0.6% 0.32% -
HSV(B) 172.04º 0.75% 0.51% -
XYZ 11.79 17.56 19.6 -
YUV 99.22 138.03 80.06 -
System Red Green Blue C M Y K H S L
Decimal 32 130 117 0.75 0 0.1 0.49 172.04 0.6 0.32
Hex 20 82 75 4B 0 A 31 AC 3C 20
Octal 40 202 165 113 0 12 61 254 74 40
Binary 100000 10000010 1110101 1001011 0 1010 110001 10101100 111100 100000

Color Harmonies of #208275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208275

Black with #208275

Text Example


Text Example

White with #208275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208275; }

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

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

background-color css

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

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

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

border-color css

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

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

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