Html Css Color HEX #207270 Elm

📋 copy color: '#207270'

red 32 ◦ green 114 ◦ blue 112

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

Shades of Elm #207270

Tints of Elm #207270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 12.4%
G = 44.19%
B = 43.41%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#207270 (or 0x207270) is known color: Elm. HEX triplet: 20, 72 and 70. RGB value is (32,114,112). Sum of RGB (Red+Green+Blue) = 32+114+112=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #207270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207270 is #DF8D8F. Grayscale: #595959. Windows color (decimal): -14650768 or 7369248. OLE color: 7369248.

HSL color Cylindrical-coordinate representation of color #207270: hue angle of 178.54º 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 #207270 is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 114 112 -
CMYK 0.72 0 0.02 0.55
HSL 178.54º 0.56% 0.29% -
HSV(B) 178.54º 0.72% 0.45% -
XYZ 9.54 13.51 17.43 -
YUV 89.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 32 114 112 0.72 0 0.02 0.55 178.54 0.56 0.29
Hex 20 72 70 48 0 2 37 B3 38 1D
Octal 40 162 160 110 0 2 67 263 70 35
Binary 100000 1110010 1110000 1001000 0 10 110111 10110011 111000 11101

Color Harmonies of #207270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207270

Black with #207270

Text Example


Text Example

White with #207270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207270; }

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

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

background-color css

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

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

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

border-color css

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

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

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