Html Css Color HEX #288571 Genoa

📋 copy color: '#288571'

red 40 ◦ green 133 ◦ blue 113

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

Shades of Genoa #288571

Tints of Genoa #288571

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.5%

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

R = 13.99%
G = 46.5%
B = 39.51%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#288571 (or 0x288571) is known color: Genoa. HEX triplet: 28, 85 and 71. RGB value is (40,133,113). Sum of RGB (Red+Green+Blue) = 40+133+113=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 133 (52.34% from 255 or 46.50% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 133 - color contains mainly: green. Hex color #288571 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288571 is #D77A8E. Grayscale: #666666. Windows color (decimal): -14121615 or 7439656. OLE color: 7439656.

HSL color Cylindrical-coordinate representation of color #288571: hue angle of 167.1º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #288571 is Cyan = 0.70, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 133 113 -
CMYK 0.70 0 0.15 0.48
HSL 167.1º 0.54% 0.34% -
HSV(B) 167.1º 0.7% 0.52% -
XYZ 12.24 18.42 18.53 -
YUV 102.91 133.69 83.13 -
System Red Green Blue C M Y K H S L
Decimal 40 133 113 0.70 0 0.15 0.48 167.1 0.54 0.34
Hex 28 85 71 46 0 F 30 A7 36 22
Octal 50 205 161 106 0 17 60 247 66 42
Binary 101000 10000101 1110001 1000110 0 1111 110000 10100111 110110 100010

Color Harmonies of #288571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288571

Black with #288571

Text Example


Text Example

White with #288571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288571; }

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

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

background-color css

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

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

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

border-color css

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

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

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