#2C856A

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

Shades of Genoa #2C856A

Tints of Genoa #2C856A

Color information

#2C856A (or 0x2C856A) is unknown color: approx Genoa. HEX triplet: 2C, 85 and 6A. RGB value is (44,133,106). Sum of RGB (Red+Green+Blue) = 44+133+106=283 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.55% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 106 (41.80% from 255 or 37.46% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #2C856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C856A is #D37A95. Grayscale: #676767. Windows color (decimal): -13859478 or 6980908. OLE color: 6980908.

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

Color convert

RGB44133106-
CMYK0.6700.200.48
HSL161.8º50.28%34.71%-
HSV(B)161.8º66.92%52.16%-
XYZ12.0318.3516.54-
YUV103.31129.5185.7-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.55%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 106 (41.80% from 255) = 37.46%
R=15.55%
G=47.00%
B=37.46%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal441331060.6700.200.48161.850.2834.71
Hex2C856A4301430a23223
Octal54205152103024602426243
Binary101100100001011101010100001101010011000010100010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C856A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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