#2C5A48

Color #2C5A48 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #2C5A48

Tints of Spectra #2C5A48

Color information

#2C5A48 (or 0x2C5A48) is unknown color: approx Spectra. HEX triplet: 2C, 5A and 48. RGB value is (44,90,72). Sum of RGB (Red+Green+Blue) = 44+90+72=206 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.36% from 206); Green value is 90 (35.55% from 255 or 43.69% from 206); Blue value is 72 (28.52% from 255 or 34.95% from 206); Max value from RGB is 90 - color contains mainly: green. Hex color #2C5A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5A48 is #D3A5B7. Grayscale: #4A4A4A. Windows color (decimal): -13870520 or 4741676. OLE color: 4741676.

HSL color Cylindrical-coordinate representation of color #2C5A48: hue angle of 156.52º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2C5A48 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB449072-
CMYK0.5100.200.65
HSL156.52º34.33%26.27%-
HSV(B)156.52º51.11%35.29%-
XYZ5.868.327.43-
YUV74.19126.76106.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.36%
GREEN value IS 90 (35.55% from 255) = 43.69%
BLUE value IS 72 (28.52% from 255) = 34.95%
R=21.36%
G=43.69%
B=34.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4490720.5100.200.65156.5234.3326.27
Hex2C5A4833014419d221a
Octal54132110630241012354232
Binary1011001011010100100011001101010010000011001110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,90,72); }

 H1.HeaderClassName
 {
   color: #2C5A48;
 }
 .AnyTagClassName
 {
   color: #2C5A48;
 }
</style>
background-color css

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

 a { background-color: rgb(44,90,72); }

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

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

 span { border-color: rgb(44,90,72); }

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