Html Css Color HEX #2C7972 Elm

📋 copy color: '#2C7972'

red 44 ◦ green 121 ◦ blue 114

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

Shades of Elm #2C7972

Tints of Elm #2C7972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.37%

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

R = 15.77%
G = 43.37%
B = 40.86%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#2C7972 (or 0x2C7972) is known color: Elm. HEX triplet: 2C, 79 and 72. RGB value is (44,121,114). Sum of RGB (Red+Green+Blue) = 44+121+114=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 114 (44.92% from 255 or 40.86% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7972 is #D3868D. Grayscale: #616161. Windows color (decimal): -13862542 or 7502124. OLE color: 7502124.

HSL color Cylindrical-coordinate representation of color #2C7972: hue angle of 174.55º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7972 is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 121 114 -
CMYK 0.64 0 0.06 0.53
HSL 174.55º 0.47% 0.32% -
HSV(B) 174.55º 0.64% 0.47% -
XYZ 10.91 15.43 18.32 -
YUV 97.18 137.49 90.07 -
System Red Green Blue C M Y K H S L
Decimal 44 121 114 0.64 0 0.06 0.53 174.55 0.47 0.32
Hex 2C 79 72 40 0 6 35 AF 2F 20
Octal 54 171 162 100 0 6 65 257 57 40
Binary 101100 1111001 1110010 1000000 0 110 110101 10101111 101111 100000

Color Harmonies of #2C7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7972

Black with #2C7972

Text Example


Text Example

White with #2C7972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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