#2C5947

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

Shades of Spectra #2C5947

Tints of Spectra #2C5947

Color information

#2C5947 (or 0x2C5947) is unknown color: approx Spectra. HEX triplet: 2C, 59 and 47. RGB value is (44,89,71). Sum of RGB (Red+Green+Blue) = 44+89+71=204 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.57% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #2C5947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5947 is #D3A6B8. Grayscale: #494949. Windows color (decimal): -13870777 or 4675884. OLE color: 4675884.

HSL color Cylindrical-coordinate representation of color #2C5947: hue angle of 156º 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 #2C5947 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB448971-
CMYK0.5100.200.65
HSL156º33.83%26.08%-
HSV(B)156º50.56%34.9%-
XYZ5.758.147.23-
YUV73.49126.59106.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 21.57%
GREEN value IS 89 (35.16% from 255) = 43.63%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=21.57%
G=43.63%
B=34.80%

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
Decimal4489710.5100.200.6515633.8326.08
Hex2C594733014419c221a
Octal54131107630241012344232
Binary1011001011001100011111001101010010000011001110010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,89,71); }

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

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

 a { background-color: rgb(44,89,71); }

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

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

 span { border-color: rgb(44,89,71); }

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