Html Css Color HEX #288370 Genoa

📋 copy color: '#288370'

red 40 ◦ green 131 ◦ blue 112

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

Shades of Genoa #288370

Tints of Genoa #288370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 39.58%

R = 14.13%
G = 46.29%
B = 39.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#288370 (or 0x288370) is known color: Genoa. HEX triplet: 28, 83 and 70. RGB value is (40,131,112). Sum of RGB (Red+Green+Blue) = 40+131+112=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 131 (51.56% from 255 or 46.29% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 131 - color contains mainly: green. Hex color #288370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #288370 is #D77C8F. Grayscale: #656565. Windows color (decimal): -14122128 or 7373608. OLE color: 7373608.

HSL color Cylindrical-coordinate representation of color #288370: hue angle of 167.47º 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 #288370 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 131 112 -
CMYK 0.69 0 0.15 0.49
HSL 167.47º 0.53% 0.34% -
HSV(B) 167.47º 0.69% 0.51% -
XYZ 11.92 17.85 18.15 -
YUV 101.63 133.85 84.04 -
System Red Green Blue C M Y K H S L
Decimal 40 131 112 0.69 0 0.15 0.49 167.47 0.53 0.34
Hex 28 83 70 45 0 F 31 A7 35 22
Octal 50 203 160 105 0 17 61 247 65 42
Binary 101000 10000011 1110000 1000101 0 1111 110001 10100111 110101 100010

Color Harmonies of #288370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288370

Black with #288370

Text Example


Text Example

White with #288370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288370; }

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

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

background-color css

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

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

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

border-color css

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

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

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