Html Css Color HEX #287368 Genoa

📋 copy color: '#287368'

red 40 ◦ green 115 ◦ blue 104

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

Shades of Genoa #287368

Tints of Genoa #287368

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.4%

 BLUE value IS 104 (41.02% from 255) = 40.15%

R = 15.44%
G = 44.4%
B = 40.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#287368 (or 0x287368) is known color: Genoa. HEX triplet: 28, 73 and 68. RGB value is (40,115,104). Sum of RGB (Red+Green+Blue) = 40+115+104=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 115 (45.31% from 255 or 44.40% from 259); Blue value is 104 (41.02% from 255 or 40.15% from 259); Max value from RGB is 115 - color contains mainly: green. Hex color #287368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287368 is #D78C97. Grayscale: #5B5B5B. Windows color (decimal): -14126232 or 6845224. OLE color: 6845224.

HSL color Cylindrical-coordinate representation of color #287368: hue angle of 171.2º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #287368 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 115 104 -
CMYK 0.65 0 0.10 0.55
HSL 171.2º 0.48% 0.3% -
HSV(B) 171.2º 0.65% 0.45% -
XYZ 9.5 13.71 15.24 -
YUV 91.32 135.15 91.39 -
System Red Green Blue C M Y K H S L
Decimal 40 115 104 0.65 0 0.10 0.55 171.2 0.48 0.3
Hex 28 73 68 41 0 A 37 AB 30 1E
Octal 50 163 150 101 0 12 67 253 60 36
Binary 101000 1110011 1101000 1000001 0 1010 110111 10101011 110000 11110

Color Harmonies of #287368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287368

Black with #287368

Text Example


Text Example

White with #287368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287368; }

 p { color: rgb(40,115,104); }

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

background-color css

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

 a { background-color: rgb(40,115,104); }

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

border-color css

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

 span { border-color: rgb(40,115,104); }

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