#298572

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

Shades of Genoa #298572

Tints of Genoa #298572

Color information

#298572 (or 0x298572) is unknown color: approx Genoa. HEX triplet: 29, 85 and 72. RGB value is (41,133,114). Sum of RGB (Red+Green+Blue) = 41+133+114=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 133 (52.34% from 255 or 46.18% from 288); Blue value is 114 (44.92% from 255 or 39.58% from 288); Max value from RGB is 133 - color contains mainly: green. Hex color #298572 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298572 is #D67A8D. Grayscale: #676767. Windows color (decimal): -14056078 or 7505193. OLE color: 7505193.

HSL color Cylindrical-coordinate representation of color #298572: hue angle of 167.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #298572 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB41133114-
CMYK0.6900.140.48
HSL167.61º52.87%34.12%-
HSV(B)167.61º69.17%52.16%-
XYZ12.3418.4618.83-
YUV103.33134.0283.54-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 133 (52.34% from 255) = 46.18%
BLUE value IS 114 (44.92% from 255) = 39.58%
R=14.24%
G=46.18%
B=39.58%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal411331140.6900.140.48167.6152.8734.12
Hex298572450E30a83522
Octal51205162105016602506542
Binary10100110000101111001010001010111011000010101000110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298572; }

 p { color: rgb(41,133,114); }

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

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

 a { background-color: rgb(41,133,114); }

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

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

 span { border-color: rgb(41,133,114); }

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