#298065

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

Shades of Genoa #298065

Tints of Genoa #298065

Color information

#298065 (or 0x298065) is unknown color: approx Genoa. HEX triplet: 29, 80 and 65. RGB value is (41,128,101). Sum of RGB (Red+Green+Blue) = 41+128+101=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 128 (50.39% from 255 or 47.41% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 128 - color contains mainly: green. Hex color #298065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298065 is #D67F9A. Grayscale: #626262. Windows color (decimal): -14057371 or 6651945. OLE color: 6651945.

HSL color Cylindrical-coordinate representation of color #298065: hue angle of 161.38º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298065 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB41128101-
CMYK0.6800.210.50
HSL161.38º51.48%33.14%-
HSV(B)161.38º67.97%50.2%-
XYZ10.9816.8514.99-
YUV98.91129.1886.7-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.19%
GREEN value IS 128 (50.39% from 255) = 47.41%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=15.19%
G=47.41%
B=37.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal411281010.6800.210.50161.3851.4833.14
Hex2980654401532a13321
Octal51200145104025622416341
Binary101001100000001100101100010001010111001010100001110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298065; }

 p { color: rgb(41,128,101); }

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

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

 a { background-color: rgb(41,128,101); }

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

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

 span { border-color: rgb(41,128,101); }

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