Html Css Color HEX #2C7472 Elm

📋 copy color: '#2C7472'

red 44 ◦ green 116 ◦ blue 114

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

Shades of Elm #2C7472

Tints of Elm #2C7472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.34%

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

R = 16.06%
G = 42.34%
B = 41.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#2C7472 (or 0x2C7472) is known color: Elm. HEX triplet: 2C, 74 and 72. RGB value is (44,116,114). Sum of RGB (Red+Green+Blue) = 44+116+114=274 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.06% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 116 - color contains mainly: green. Hex color #2C7472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7472 is #D38B8D. Grayscale: #5E5E5E. Windows color (decimal): -13863822 or 7500844. OLE color: 7500844.

HSL color Cylindrical-coordinate representation of color #2C7472: hue angle of 178.33º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C7472 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 44 116 114 -
CMYK 0.62 0 0.02 0.55
HSL 178.33º 0.45% 0.31% -
HSV(B) 178.33º 0.62% 0.45% -
XYZ 10.32 14.24 18.12 -
YUV 94.24 139.15 92.16 -
System Red Green Blue C M Y K H S L
Decimal 44 116 114 0.62 0 0.02 0.55 178.33 0.45 0.31
Hex 2C 74 72 3E 0 2 37 B2 2D 1F
Octal 54 164 162 76 0 2 67 262 55 37
Binary 101100 1110100 1110010 111110 0 10 110111 10110010 101101 11111

Color Harmonies of #2C7472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7472

Black with #2C7472

Text Example


Text Example

White with #2C7472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,116,114); }

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

background-color css

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

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

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

border-color css

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

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

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