#298271

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

Shades of Genoa #298271

Tints of Genoa #298271

Color information

#298271 (or 0x298271) is unknown color: approx Genoa. HEX triplet: 29, 82 and 71. RGB value is (41,130,113). Sum of RGB (Red+Green+Blue) = 41+130+113=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #298271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298271 is #D67D8E. Grayscale: #656565. Windows color (decimal): -14056847 or 7438889. OLE color: 7438889.

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

Color convert

RGB41130113-
CMYK0.6800.130.49
HSL168.54º52.05%33.53%-
HSV(B)168.54º68.46%50.98%-
XYZ11.8817.6318.4-
YUV101.45134.5184.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.44%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=14.44%
G=45.77%
B=39.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411301130.6800.130.49168.5452.0533.53
Hex298271440D31a93422
Octal51202161104015612516442
Binary10100110000010111000110001000110111000110101001110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298271; }

 p { color: rgb(41,130,113); }

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

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

 a { background-color: rgb(41,130,113); }

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

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

 span { border-color: rgb(41,130,113); }

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