Html Css Color HEX #2C5E49 Spectra

📋 copy color: '#2C5E49'

red 44 ◦ green 94 ◦ blue 73

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

Shades of Spectra #2C5E49

Tints of Spectra #2C5E49

RGB

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

 GREEN value IS 94 (37.11% from 255) = 44.55%

 BLUE value IS 73 (28.91% from 255) = 34.6%

R = 20.85%
G = 44.55%
B = 34.6%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.63

RGB Variations

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

Color information

#2C5E49 (or 0x2C5E49) is known color: Spectra. HEX triplet: 2C, 5E and 49. RGB value is (44,94,73). Sum of RGB (Red+Green+Blue) = 44+94+73=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 94 - color contains mainly: green. Hex color #2C5E49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5E49 is #D3A1B6. Grayscale: #4C4C4C. Windows color (decimal): -13869495 or 4808236. OLE color: 4808236.

HSL color Cylindrical-coordinate representation of color #2C5E49: hue angle of 154.8º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2C5E49 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.

Color convert

RGB 44 94 73 -
CMYK 0.53 0 0.22 0.63
HSL 154.8º 0.36% 0.27% -
HSV(B) 154.8º 0.53% 0.37% -
XYZ 6.24 9.02 7.72 -
YUV 76.66 125.94 104.71 -
System Red Green Blue C M Y K H S L
Decimal 44 94 73 0.53 0 0.22 0.63 154.8 0.36 0.27
Hex 2C 5E 49 35 0 16 3F 9B 24 1B
Octal 54 136 111 65 0 26 77 233 44 33
Binary 101100 1011110 1001001 110101 0 10110 111111 10011011 100100 11011

Color Harmonies of #2C5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C5E49

Black with #2C5E49

Text Example


Text Example

White with #2C5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,94,73); }

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

background-color css

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

 a { background-color: rgb(44,94,73); }

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

border-color css

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

 span { border-color: rgb(44,94,73); }

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