Html Css Color HEX #288171 Genoa

📋 copy color: '#288171'

red 40 ◦ green 129 ◦ blue 113

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

Shades of Genoa #288171

Tints of Genoa #288171

RGB

 RED value IS 40 (16.02% from 255) = 14.18%

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

 BLUE value IS 113 (44.53% from 255) = 40.07%

R = 14.18%
G = 45.74%
B = 40.07%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#288171 (or 0x288171) is known color: Genoa. HEX triplet: 28, 81 and 71. RGB value is (40,129,113). Sum of RGB (Red+Green+Blue) = 40+129+113=282 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.18% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 113 (44.53% from 255 or 40.07% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #288171 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288171 is #D77E8E. Grayscale: #646464. Windows color (decimal): -14122639 or 7438632. OLE color: 7438632.

HSL color Cylindrical-coordinate representation of color #288171: hue angle of 169.21º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #288171 is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 129 113 -
CMYK 0.69 0 0.12 0.49
HSL 169.21º 0.53% 0.33% -
HSV(B) 169.21º 0.69% 0.51% -
XYZ 11.71 17.34 18.35 -
YUV 100.57 135.01 84.8 -
System Red Green Blue C M Y K H S L
Decimal 40 129 113 0.69 0 0.12 0.49 169.21 0.53 0.33
Hex 28 81 71 45 0 C 31 A9 35 21
Octal 50 201 161 105 0 14 61 251 65 41
Binary 101000 10000001 1110001 1000101 0 1100 110001 10101001 110101 100001

Color Harmonies of #288171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288171

Black with #288171

Text Example


Text Example

White with #288171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288171; }

 p { color: rgb(40,129,113); }

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

background-color css

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

 a { background-color: rgb(40,129,113); }

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

border-color css

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

 span { border-color: rgb(40,129,113); }

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