#27816F

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

Shades of Genoa #27816F

Tints of Genoa #27816F

Color information

#27816F (or 0x27816F) is unknown color: approx Genoa. HEX triplet: 27, 81 and 6F. RGB value is (39,129,111). Sum of RGB (Red+Green+Blue) = 39+129+111=279 (36% of max value = 765). Red value is 39 (15.62% from 255 or 13.98% from 279); Green value is 129 (50.78% from 255 or 46.24% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 129 - color contains mainly: green. Hex color #27816F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27816F is #D87E90. Grayscale: #646464. Windows color (decimal): -14188177 or 7307559. OLE color: 7307559.

HSL color Cylindrical-coordinate representation of color #27816F: hue angle of 168º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #27816F is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB39129111-
CMYK0.7000.140.49
HSL168º53.57%32.94%-
HSV(B)168º69.77%50.59%-
XYZ11.5617.2817.77-
YUV100.04134.1884.46-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.98%
GREEN value IS 129 (50.78% from 255) = 46.24%
BLUE value IS 111 (43.75% from 255) = 39.78%
R=13.98%
G=46.24%
B=39.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal391291110.7000.140.4916853.5732.94
Hex27816F460E31a83621
Octal47201157106016612506641
Binary10011110000001110111110001100111011000110101000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27816F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27816F; }

 p { color: rgb(39,129,111); }

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

<style>
 a { background-color: #27816F; }

 a { background-color: rgb(39,129,111); }

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

<style>
 span { border-color: #27816F; }

 span { border-color: rgb(39,129,111); }

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