Html Css Color HEX #298170 Genoa

📋 copy color: '#298170'

red 41 ◦ green 129 ◦ blue 112

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

Shades of Genoa #298170

Tints of Genoa #298170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.74%

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

R = 14.54%
G = 45.74%
B = 39.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#298170 (or 0x298170) is known color: Genoa. HEX triplet: 29, 81 and 70. RGB value is (41,129,112). Sum of RGB (Red+Green+Blue) = 41+129+112=282 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.54% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #298170 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298170 is #D67E8F. Grayscale: #646464. Windows color (decimal): -14057104 or 7373097. OLE color: 7373097.

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

Color convert

RGB 41 129 112 -
CMYK 0.68 0 0.13 0.49
HSL 168.41º 0.52% 0.33% -
HSV(B) 168.41º 0.68% 0.51% -
XYZ 11.69 17.34 18.06 -
YUV 100.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 41 129 112 0.68 0 0.13 0.49 168.41 0.52 0.33
Hex 29 81 70 44 0 D 31 A8 34 21
Octal 51 201 160 104 0 15 61 250 64 41
Binary 101001 10000001 1110000 1000100 0 1101 110001 10101000 110100 100001

Color Harmonies of #298170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298170

Black with #298170

Text Example


Text Example

White with #298170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298170; }

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

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

background-color css

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

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

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

border-color css

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

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

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