#2C8270

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

Shades of Genoa #2C8270

Tints of Genoa #2C8270

Color information

#2C8270 (or 0x2C8270) is unknown color: approx Genoa. HEX triplet: 2C, 82 and 70. RGB value is (44,130,112). Sum of RGB (Red+Green+Blue) = 44+130+112=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 130 - color contains mainly: green. Hex color #2C8270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C8270 is #D37D8F. Grayscale: #666666. Windows color (decimal): -13860240 or 7373356. OLE color: 7373356.

HSL color Cylindrical-coordinate representation of color #2C8270: hue angle of 167.44º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2C8270 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB44130112-
CMYK0.6600.140.49
HSL167.44º49.43%34.12%-
HSV(B)167.44º66.15%50.98%-
XYZ11.9517.6718.11-
YUV102.23133.5186.46-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 15.38%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 112 (44.14% from 255) = 39.16%
R=15.38%
G=45.45%
B=39.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal441301120.6600.140.49167.4449.4334.12
Hex2C8270420E31a73122
Octal54202160102016612476142
Binary10110010000010111000010000100111011000110100111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,112); }

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

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

 a { background-color: rgb(44,130,112); }

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

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

 span { border-color: rgb(44,130,112); }

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