#278270

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

Shades of Genoa #278270

Tints of Genoa #278270

Color information

#278270 (or 0x278270) is unknown color: approx Genoa. HEX triplet: 27, 82 and 70. RGB value is (39,130,112). Sum of RGB (Red+Green+Blue) = 39+130+112=281 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.88% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #278270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278270 is #D87D8F. Grayscale: #646464. Windows color (decimal): -14187920 or 7373351. OLE color: 7373351.

HSL color Cylindrical-coordinate representation of color #278270: hue angle of 168.13º 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 #278270 is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB39130112-
CMYK0.7000.140.49
HSL168.13º53.85%33.14%-
HSV(B)168.13º70%50.98%-
XYZ11.7417.5718.1-
YUV100.74134.3583.96-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.88%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=13.88%
G=46.26%
B=39.86%

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
Decimal391301120.7000.140.49168.1353.8533.14
Hex278270460E31a83621
Octal47202160106016612506641
Binary10011110000010111000010001100111011000110101000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278270; }

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

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

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

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

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

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

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

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