#2C8573

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

Shades of Genoa #2C8573

Tints of Genoa #2C8573

Color information

#2C8573 (or 0x2C8573) is unknown color: approx Genoa. HEX triplet: 2C, 85 and 73. RGB value is (44,133,115). Sum of RGB (Red+Green+Blue) = 44+133+115=292 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.07% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8573 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8573 is #D37A8C. Grayscale: #686868. Windows color (decimal): -13859469 or 7570732. OLE color: 7570732.

HSL color Cylindrical-coordinate representation of color #2C8573: hue angle of 167.87º 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 #2C8573 is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB44133115-
CMYK0.6700.140.48
HSL167.87º50.28%34.71%-
HSV(B)167.87º66.92%52.16%-
XYZ12.5218.5519.14-
YUV104.34134.0184.96-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.07%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 115 (45.31% from 255) = 39.38%
R=15.07%
G=45.55%
B=39.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441331150.6700.140.48167.8750.2834.71
Hex2C8573430E30a83223
Octal54205163103016602506243
Binary10110010000101111001110000110111011000010101000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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