Html Css Color HEX #2C8579 Elm

📋 copy color: '#2C8579'

red 44 ◦ green 133 ◦ blue 121

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

Shades of Elm #2C8579

Tints of Elm #2C8579

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.63%

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 14.77%
G = 44.63%
B = 40.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#2C8579 (or 0x2C8579) is known color: Elm. HEX triplet: 2C, 85 and 79. RGB value is (44,133,121). Sum of RGB (Red+Green+Blue) = 44+133+121=298 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.77% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8579 is #D37A86. Grayscale: #686868. Windows color (decimal): -13859463 or 7963948. OLE color: 7963948.

HSL color Cylindrical-coordinate representation of color #2C8579: hue angle of 171.91º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2C8579 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 44 133 121 -
CMYK 0.67 0 0.09 0.48
HSL 171.91º 0.5% 0.35% -
HSV(B) 171.91º 0.67% 0.52% -
XYZ 12.88 18.69 21.02 -
YUV 105.02 137.01 84.48 -
System Red Green Blue C M Y K H S L
Decimal 44 133 121 0.67 0 0.09 0.48 171.91 0.5 0.35
Hex 2C 85 79 43 0 9 30 AC 32 23
Octal 54 205 171 103 0 11 60 254 62 43
Binary 101100 10000101 1111001 1000011 0 1001 110000 10101100 110010 100011

Color Harmonies of #2C8579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8579

Black with #2C8579

Text Example


Text Example

White with #2C8579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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