Html Css Color HEX #207272 Elm

📋 copy color: '#207272'

red 32 ◦ green 114 ◦ blue 114

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

Shades of Elm #207272

Tints of Elm #207272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.85%

R = 12.31%
G = 43.85%
B = 43.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#207272 (or 0x207272) is known color: Elm. HEX triplet: 20, 72 and 72. RGB value is (32,114,114). Sum of RGB (Red+Green+Blue) = 32+114+114=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: green, blue. Hex color #207272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207272 is #DF8D8D. Grayscale: #595959. Windows color (decimal): -14650766 or 7500320. OLE color: 7500320.

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

Color convert

RGB 32 114 114 -
CMYK 0.72 0 0 0.55
HSL 180º 0.56% 0.29% -
HSV(B) 180º 0.72% 0.45% -
XYZ 9.65 13.56 18.03 -
YUV 89.48 141.83 87 -
System Red Green Blue C M Y K H S L
Decimal 32 114 114 0.72 0 0 0.55 180 0.56 0.29
Hex 20 72 72 48 0 0 37 B4 38 1D
Octal 40 162 162 110 0 0 67 264 70 35
Binary 100000 1110010 1110010 1001000 0 0 110111 10110100 111000 11101

Color Harmonies of #207272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207272

Black with #207272

Text Example


Text Example

White with #207272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207272; }

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

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

background-color css

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

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

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

border-color css

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

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

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