Html Css Color HEX #208274 Elm

📋 copy color: '#208274'

red 32 ◦ green 130 ◦ blue 116

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

Shades of Elm #208274

Tints of Elm #208274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.73%

R = 11.51%
G = 46.76%
B = 41.73%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#208274 (or 0x208274) is known color: Elm. HEX triplet: 20, 82 and 74. RGB value is (32,130,116). Sum of RGB (Red+Green+Blue) = 32+130+116=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #208274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208274 is #DF7D8B. Grayscale: #636363. Windows color (decimal): -14646668 or 7635488. OLE color: 7635488.

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

Color convert

RGB 32 130 116 -
CMYK 0.75 0 0.11 0.49
HSL 171.43º 0.6% 0.32% -
HSV(B) 171.43º 0.75% 0.51% -
XYZ 11.73 17.53 19.29 -
YUV 99.1 137.53 80.14 -
System Red Green Blue C M Y K H S L
Decimal 32 130 116 0.75 0 0.11 0.49 171.43 0.6 0.32
Hex 20 82 74 4B 0 B 31 AB 3C 20
Octal 40 202 164 113 0 13 61 253 74 40
Binary 100000 10000010 1110100 1001011 0 1011 110001 10101011 111100 100000

Color Harmonies of #208274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208274

Black with #208274

Text Example


Text Example

White with #208274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208274; }

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

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

background-color css

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

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

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

border-color css

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

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

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