Html Css Color HEX #298472 Genoa

📋 copy color: '#298472'

red 41 ◦ green 132 ◦ blue 114

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

Shades of Genoa #298472

Tints of Genoa #298472

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 14.29%
G = 45.99%
B = 39.72%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#298472 (or 0x298472) is known color: Genoa. HEX triplet: 29, 84 and 72. RGB value is (41,132,114). Sum of RGB (Red+Green+Blue) = 41+132+114=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #298472 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298472 is #D67B8D. Grayscale: #666666. Windows color (decimal): -14056334 or 7504937. OLE color: 7504937.

HSL color Cylindrical-coordinate representation of color #298472: hue angle of 168.13º 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 #298472 is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 132 114 -
CMYK 0.69 0 0.14 0.48
HSL 168.13º 0.53% 0.34% -
HSV(B) 168.13º 0.69% 0.52% -
XYZ 12.2 18.19 18.79 -
YUV 102.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 41 132 114 0.69 0 0.14 0.48 168.13 0.53 0.34
Hex 29 84 72 45 0 E 30 A8 35 22
Octal 51 204 162 105 0 16 60 250 65 42
Binary 101001 10000100 1110010 1000101 0 1110 110000 10101000 110101 100010

Color Harmonies of #298472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298472

Black with #298472

Text Example


Text Example

White with #298472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298472; }

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

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

background-color css

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

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

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

border-color css

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

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

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