Html Css Color HEX #207370 Elm

📋 copy color: '#207370'

red 32 ◦ green 115 ◦ blue 112

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

Shades of Elm #207370

Tints of Elm #207370

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

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

R = 12.36%
G = 44.4%
B = 43.24%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#207370 (or 0x207370) is known color: Elm. HEX triplet: 20, 73 and 70. RGB value is (32,115,112). Sum of RGB (Red+Green+Blue) = 32+115+112=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #207370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207370 is #DF8C8F. Grayscale: #595959. Windows color (decimal): -14650512 or 7369504. OLE color: 7369504.

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

Color convert

RGB 32 115 112 -
CMYK 0.72 0 0.03 0.55
HSL 177.83º 0.56% 0.29% -
HSV(B) 177.83º 0.72% 0.45% -
XYZ 9.65 13.74 17.47 -
YUV 89.84 140.5 86.74 -
System Red Green Blue C M Y K H S L
Decimal 32 115 112 0.72 0 0.03 0.55 177.83 0.56 0.29
Hex 20 73 70 48 0 3 37 B2 38 1D
Octal 40 163 160 110 0 3 67 262 70 35
Binary 100000 1110011 1110000 1001000 0 11 110111 10110010 111000 11101

Color Harmonies of #207370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207370

Black with #207370

Text Example


Text Example

White with #207370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207370; }

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

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

background-color css

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

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

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

border-color css

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

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

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