Html Css Color HEX #2C8977 Elm

📋 copy color: '#2C8977'

red 44 ◦ green 137 ◦ blue 119

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

Shades of Elm #2C8977

Tints of Elm #2C8977

RGB

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

 GREEN value IS 137 (53.91% from 255) = 45.67%

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 14.67%
G = 45.67%
B = 39.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.46

RGB Variations

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

Color information

#2C8977 (or 0x2C8977) is known color: Elm. HEX triplet: 2C, 89 and 77. RGB value is (44,137,119). Sum of RGB (Red+Green+Blue) = 44+137+119=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 137 (53.91% from 255 or 45.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 137 - color contains mainly: green. Hex color #2C8977 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8977 is #D37688. Grayscale: #6B6B6B. Windows color (decimal): -13858441 or 7833900. OLE color: 7833900.

HSL color Cylindrical-coordinate representation of color #2C8977: hue angle of 168.39º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8977 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.46.

Color convert

RGB 44 137 119 -
CMYK 0.68 0 0.13 0.46
HSL 168.39º 0.51% 0.35% -
HSV(B) 168.39º 0.68% 0.54% -
XYZ 13.31 19.76 20.56 -
YUV 107.14 134.69 82.96 -
System Red Green Blue C M Y K H S L
Decimal 44 137 119 0.68 0 0.13 0.46 168.39 0.51 0.35
Hex 2C 89 77 44 0 D 2E A8 33 23
Octal 54 211 167 104 0 15 56 250 63 43
Binary 101100 10001001 1110111 1000100 0 1101 101110 10101000 110011 100011

Color Harmonies of #2C8977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8977

Black with #2C8977

Text Example


Text Example

White with #2C8977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,137,119); }

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

background-color css

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

 a { background-color: rgb(44,137,119); }

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

border-color css

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

 span { border-color: rgb(44,137,119); }

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