#277F6E

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

Shades of Genoa #277F6E

Tints of Genoa #277F6E

Color information

#277F6E (or 0x277F6E) is unknown color: approx Genoa. HEX triplet: 27, 7F and 6E. RGB value is (39,127,110). Sum of RGB (Red+Green+Blue) = 39+127+110=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 110 (43.36% from 255 or 39.86% from 276); Max value from RGB is 127 - color contains mainly: green. Hex color #277F6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277F6E is #D88091. Grayscale: #626262. Windows color (decimal): -14188690 or 7241511. OLE color: 7241511.

HSL color Cylindrical-coordinate representation of color #277F6E: hue angle of 168.41º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #277F6E is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB39127110-
CMYK0.6900.130.50
HSL168.41º53.01%32.55%-
HSV(B)168.41º69.29%49.8%-
XYZ11.2416.7417.39-
YUV98.75134.3585.38-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.13%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 110 (43.36% from 255) = 39.86%
R=14.13%
G=46.01%
B=39.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391271100.6900.130.50168.4153.0132.55
Hex277F6E450D32a83521
Octal47177156105015622506541
Binary1001111111111110111010001010110111001010101000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277F6E; }

 p { color: rgb(39,127,110); }

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

<style>
 a { background-color: #277F6E; }

 a { background-color: rgb(39,127,110); }

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

<style>
 span { border-color: #277F6E; }

 span { border-color: rgb(39,127,110); }

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