Html Css Color HEX #2C706D Elm

📋 copy color: '#2C706D'

red 44 ◦ green 112 ◦ blue 109

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

Shades of Elm #2C706D

Tints of Elm #2C706D

RGB

 RED value IS 44 (17.58% from 255) = 16.6%

 GREEN value IS 112 (44.14% from 255) = 42.26%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 16.6%
G = 42.26%
B = 41.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#2C706D (or 0x2C706D) is known color: Elm. HEX triplet: 2C, 70 and 6D. RGB value is (44,112,109). Sum of RGB (Red+Green+Blue) = 44+112+109=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #2C706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C706D is #D38F92. Grayscale: #5B5B5B. Windows color (decimal): -13864851 or 7172140. OLE color: 7172140.

HSL color Cylindrical-coordinate representation of color #2C706D: hue angle of 177.35º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2C706D is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 112 109 -
CMYK 0.61 0 0.03 0.56
HSL 177.35º 0.44% 0.31% -
HSV(B) 177.35º 0.61% 0.44% -
XYZ 9.59 13.23 16.52 -
YUV 91.33 137.97 94.24 -
System Red Green Blue C M Y K H S L
Decimal 44 112 109 0.61 0 0.03 0.56 177.35 0.44 0.31
Hex 2C 70 6D 3D 0 3 38 B1 2C 1F
Octal 54 160 155 75 0 3 70 261 54 37
Binary 101100 1110000 1101101 111101 0 11 111000 10110001 101100 11111

Color Harmonies of #2C706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C706D

Black with #2C706D

Text Example


Text Example

White with #2C706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C706D; }

 p { color: rgb(44,112,109); }

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

background-color css

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

 a { background-color: rgb(44,112,109); }

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

border-color css

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

 span { border-color: rgb(44,112,109); }

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