Html Css Color HEX #298071 Genoa

📋 copy color: '#298071'

red 41 ◦ green 128 ◦ blue 113

#298071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Genoa #298071

Tints of Genoa #298071

RGB

 RED value IS 41 (16.41% from 255) = 14.54%

 GREEN value IS 128 (50.39% from 255) = 45.39%

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 14.54%
G = 45.39%
B = 40.07%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#298071 (or 0x298071) is known color: Genoa. HEX triplet: 29, 80 and 71. RGB value is (41,128,113). Sum of RGB (Red+Green+Blue) = 41+128+113=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 128 (50.39% from 255 or 45.39% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 128 - color contains mainly: green. Hex color #298071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298071 is #D67F8E. Grayscale: #646464. Windows color (decimal): -14057359 or 7438377. OLE color: 7438377.

HSL color Cylindrical-coordinate representation of color #298071: hue angle of 169.66º 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 #298071 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 128 113 -
CMYK 0.68 0 0.12 0.50
HSL 169.66º 0.51% 0.33% -
HSV(B) 169.66º 0.68% 0.5% -
XYZ 11.61 17.1 18.31 -
YUV 100.28 135.18 85.72 -
System Red Green Blue C M Y K H S L
Decimal 41 128 113 0.68 0 0.12 0.50 169.66 0.51 0.33
Hex 29 80 71 44 0 C 32 AA 33 21
Octal 51 200 161 104 0 14 62 252 63 41
Binary 101001 10000000 1110001 1000100 0 1100 110010 10101010 110011 100001

Color Harmonies of #298071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298071

Black with #298071

Text Example


Text Example

White with #298071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298071; }

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

 H1.HeaderClassName
 {
   color: #298071;
 }
 .AnyTagClassName
 {
   color: #298071;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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