Html Css Color HEX #298168 Genoa

📋 copy color: '#298168'

red 41 ◦ green 129 ◦ blue 104

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

Shades of Genoa #298168

Tints of Genoa #298168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.96%

R = 14.96%
G = 47.08%
B = 37.96%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#298168 (or 0x298168) is known color: Genoa. HEX triplet: 29, 81 and 68. RGB value is (41,129,104). Sum of RGB (Red+Green+Blue) = 41+129+104=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #298168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298168 is #D67E97. Grayscale: #636363. Windows color (decimal): -14057112 or 6848809. OLE color: 6848809.

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

Color convert

RGB 41 129 104 -
CMYK 0.68 0 0.19 0.49
HSL 162.95º 0.52% 0.33% -
HSV(B) 162.95º 0.68% 0.51% -
XYZ 11.26 17.17 15.82 -
YUV 99.84 130.35 86.03 -
System Red Green Blue C M Y K H S L
Decimal 41 129 104 0.68 0 0.19 0.49 162.95 0.52 0.33
Hex 29 81 68 44 0 13 31 A3 34 21
Octal 51 201 150 104 0 23 61 243 64 41
Binary 101001 10000001 1101000 1000100 0 10011 110001 10100011 110100 100001

Color Harmonies of #298168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298168

Black with #298168

Text Example


Text Example

White with #298168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298168; }

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

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

background-color css

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

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

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

border-color css

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

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

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