Html Css Color HEX #207271 Elm

📋 copy color: '#207271'

red 32 ◦ green 114 ◦ blue 113

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

Shades of Elm #207271

Tints of Elm #207271

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

 BLUE value IS 113 (44.53% from 255) = 43.63%

R = 12.36%
G = 44.02%
B = 43.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#207271 (or 0x207271) is known color: Elm. HEX triplet: 20, 72 and 71. RGB value is (32,114,113). Sum of RGB (Red+Green+Blue) = 32+114+113=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #207271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207271 is #DF8D8E. Grayscale: #595959. Windows color (decimal): -14650767 or 7434784. OLE color: 7434784.

HSL color Cylindrical-coordinate representation of color #207271: hue angle of 179.27º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207271 is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 114 113 -
CMYK 0.72 0 0.01 0.55
HSL 179.27º 0.56% 0.29% -
HSV(B) 179.27º 0.72% 0.45% -
XYZ 9.59 13.53 17.73 -
YUV 89.37 141.33 87.08 -
System Red Green Blue C M Y K H S L
Decimal 32 114 113 0.72 0 0.01 0.55 179.27 0.56 0.29
Hex 20 72 71 48 0 1 37 B3 38 1D
Octal 40 162 161 110 0 1 67 263 70 35
Binary 100000 1110010 1110001 1001000 0 1 110111 10110011 111000 11101

Color Harmonies of #207271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207271

Black with #207271

Text Example


Text Example

White with #207271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207271; }

 p { color: rgb(32,114,113); }

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

background-color css

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

 a { background-color: rgb(32,114,113); }

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

border-color css

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

 span { border-color: rgb(32,114,113); }

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