Html Css Color HEX #298070 Genoa

📋 copy color: '#298070'

red 41 ◦ green 128 ◦ blue 112

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

Shades of Genoa #298070

Tints of Genoa #298070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.86%

R = 14.59%
G = 45.55%
B = 39.86%

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

#298070 (or 0x298070) is known color: Genoa. HEX triplet: 29, 80 and 70. RGB value is (41,128,112). Sum of RGB (Red+Green+Blue) = 41+128+112=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #298070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298070 is #D67F8F. Grayscale: #646464. Windows color (decimal): -14057360 or 7372841. OLE color: 7372841.

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

Color convert

RGB 41 128 112 -
CMYK 0.68 0 0.12 0.50
HSL 168.97º 0.51% 0.33% -
HSV(B) 168.97º 0.68% 0.5% -
XYZ 11.56 17.08 18.02 -
YUV 100.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 41 128 112 0.68 0 0.12 0.50 168.97 0.51 0.33
Hex 29 80 70 44 0 C 32 A9 33 21
Octal 51 200 160 104 0 14 62 251 63 41
Binary 101001 10000000 1110000 1000100 0 1100 110010 10101001 110011 100001

Color Harmonies of #298070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298070

Black with #298070

Text Example


Text Example

White with #298070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298070; }

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

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

background-color css

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

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

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

border-color css

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

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

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