#298167

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

Shades of Genoa #298167

Tints of Genoa #298167

Color information

#298167 (or 0x298167) is unknown color: approx Genoa. HEX triplet: 29, 81 and 67. RGB value is (41,129,103). Sum of RGB (Red+Green+Blue) = 41+129+103=273 (36% of max value = 765). Red value is 41 (16.41% from 255 or 15.02% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 103 (40.62% from 255 or 37.73% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #298167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298167 is #D67E98. Grayscale: #636363. Windows color (decimal): -14057113 or 6783273. OLE color: 6783273.

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

Color convert

RGB41129103-
CMYK0.6800.200.49
HSL162.27º51.76%33.33%-
HSV(B)162.27º68.22%50.59%-
XYZ11.2117.1515.55-
YUV99.72129.8586.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 15.02%
GREEN value IS 129 (50.78% from 255) = 47.25%
BLUE value IS 103 (40.62% from 255) = 37.73%
R=15.02%
G=47.25%
B=37.73%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal411291030.6800.200.49162.2751.7633.33
Hex2981674401431a23421
Octal51201147104024612426441
Binary101001100000011100111100010001010011000110100010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298167; }

 p { color: rgb(41,129,103); }

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

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

 a { background-color: rgb(41,129,103); }

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

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

 span { border-color: rgb(41,129,103); }

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