Html Css Color HEX #298269 Genoa

📋 copy color: '#298269'

red 41 ◦ green 130 ◦ blue 105

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

Shades of Genoa #298269

Tints of Genoa #298269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.1%

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

R = 14.86%
G = 47.1%
B = 38.04%

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

#298269 (or 0x298269) is known color: Genoa. HEX triplet: 29, 82 and 69. RGB value is (41,130,105). Sum of RGB (Red+Green+Blue) = 41+130+105=276 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.86% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #298269 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #298269 is #D67D96. Grayscale: #646464. Windows color (decimal): -14056855 or 6914601. OLE color: 6914601.

HSL color Cylindrical-coordinate representation of color #298269: hue angle of 163.15º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #298269 is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 130 105 -
CMYK 0.68 0 0.19 0.49
HSL 163.15º 0.52% 0.34% -
HSV(B) 163.15º 0.68% 0.51% -
XYZ 11.45 17.46 16.13 -
YUV 100.54 130.51 85.53 -
System Red Green Blue C M Y K H S L
Decimal 41 130 105 0.68 0 0.19 0.49 163.15 0.52 0.34
Hex 29 82 69 44 0 13 31 A3 34 22
Octal 51 202 151 104 0 23 61 243 64 42
Binary 101001 10000010 1101001 1000100 0 10011 110001 10100011 110100 100010

Color Harmonies of #298269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #298269

Black with #298269

Text Example


Text Example

White with #298269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #298269; }

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

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

background-color css

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

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

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

border-color css

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

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

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