Html Css Color HEX #298069 Genoa

📋 copy color: '#298069'

red 41 ◦ green 128 ◦ blue 105

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

Shades of Genoa #298069

Tints of Genoa #298069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.32%

R = 14.96%
G = 46.72%
B = 38.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#298069 (or 0x298069) is known color: Genoa. HEX triplet: 29, 80 and 69. RGB value is (41,128,105). Sum of RGB (Red+Green+Blue) = 41+128+105=274 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.96% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 128 - color contains mainly: green. Hex color #298069 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298069 is #D67F96. Grayscale: #636363. Windows color (decimal): -14057367 or 6914089. OLE color: 6914089.

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

Color convert

RGB 41 128 105 -
CMYK 0.68 0 0.18 0.50
HSL 164.14º 0.51% 0.33% -
HSV(B) 164.14º 0.68% 0.5% -
XYZ 11.18 16.93 16.04 -
YUV 99.37 131.18 86.37 -
System Red Green Blue C M Y K H S L
Decimal 41 128 105 0.68 0 0.18 0.50 164.14 0.51 0.33
Hex 29 80 69 44 0 12 32 A4 33 21
Octal 51 200 151 104 0 22 62 244 63 41
Binary 101001 10000000 1101001 1000100 0 10010 110010 10100100 110011 100001

Color Harmonies of #298069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298069

Black with #298069

Text Example


Text Example

White with #298069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298069; }

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

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

background-color css

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

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

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

border-color css

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

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

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