#2C7B62

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

Shades of Genoa #2C7B62

Tints of Genoa #2C7B62

Color information

#2C7B62 (or 0x2C7B62) is unknown color: approx Genoa. HEX triplet: 2C, 7B and 62. RGB value is (44,123,98). Sum of RGB (Red+Green+Blue) = 44+123+98=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #2C7B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2C7B62 is #D3849D. Grayscale: #606060. Windows color (decimal): -13862046 or 6454060. OLE color: 6454060.

HSL color Cylindrical-coordinate representation of color #2C7B62: hue angle of 161.01º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7B62 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB4412398-
CMYK0.6400.200.52
HSL161.01º47.31%32.75%-
HSV(B)161.01º64.23%48.24%-
XYZ10.3315.5814.02-
YUV96.53128.8390.53-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 16.60%
GREEN value IS 123 (48.44% from 255) = 46.42%
BLUE value IS 98 (38.67% from 255) = 36.98%
R=16.60%
G=46.42%
B=36.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal44123980.6400.200.52161.0147.3132.75
Hex2C7B624001434a12f21
Octal54173142100024642415741
Binary10110011110111100010100000001010011010010100001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C7B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,123,98); }

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

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

 a { background-color: rgb(44,123,98); }

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

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

 span { border-color: rgb(44,123,98); }

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