Html Css Color HEX #288371 Genoa

📋 copy color: '#288371'

red 40 ◦ green 131 ◦ blue 113

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

Shades of Genoa #288371

Tints of Genoa #288371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.13%

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

R = 14.08%
G = 46.13%
B = 39.79%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#288371 (or 0x288371) is known color: Genoa. HEX triplet: 28, 83 and 71. RGB value is (40,131,113). Sum of RGB (Red+Green+Blue) = 40+131+113=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #288371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288371 is #D77C8E. Grayscale: #656565. Windows color (decimal): -14122127 or 7439144. OLE color: 7439144.

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

Color convert

RGB 40 131 113 -
CMYK 0.69 0 0.14 0.49
HSL 168.13º 0.53% 0.34% -
HSV(B) 168.13º 0.69% 0.51% -
XYZ 11.97 17.88 18.44 -
YUV 101.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 40 131 113 0.69 0 0.14 0.49 168.13 0.53 0.34
Hex 28 83 71 45 0 E 31 A8 35 22
Octal 50 203 161 105 0 16 61 250 65 42
Binary 101000 10000011 1110001 1000101 0 1110 110001 10101000 110101 100010

Color Harmonies of #288371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288371

Black with #288371

Text Example


Text Example

White with #288371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288371; }

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

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

background-color css

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

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

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

border-color css

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

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

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