Html Css Color HEX #287668 Genoa

📋 copy color: '#287668'

red 40 ◦ green 118 ◦ blue 104

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

Shades of Genoa #287668

Tints of Genoa #287668

RGB

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

 GREEN value IS 118 (46.48% from 255) = 45.04%

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

R = 15.27%
G = 45.04%
B = 39.69%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.54

RGB Variations

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

Color information

#287668 (or 0x287668) is known color: Genoa. HEX triplet: 28, 76 and 68. RGB value is (40,118,104). Sum of RGB (Red+Green+Blue) = 40+118+104=262 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.27% from 262); Green value is 118 (46.48% from 255 or 45.04% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 118 - color contains mainly: green. Hex color #287668 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287668 is #D78997. Grayscale: #5D5D5D. Windows color (decimal): -14125464 or 6845992. OLE color: 6845992.

HSL color Cylindrical-coordinate representation of color #287668: hue angle of 169.23º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287668 is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 104 -
CMYK 0.66 0 0.12 0.54
HSL 169.23º 0.49% 0.31% -
HSV(B) 169.23º 0.66% 0.46% -
XYZ 9.85 14.41 15.36 -
YUV 93.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 40 118 104 0.66 0 0.12 0.54 169.23 0.49 0.31
Hex 28 76 68 42 0 C 36 A9 31 1F
Octal 50 166 150 102 0 14 66 251 61 37
Binary 101000 1110110 1101000 1000010 0 1100 110110 10101001 110001 11111

Color Harmonies of #287668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287668

Black with #287668

Text Example


Text Example

White with #287668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287668; }

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

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

background-color css

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

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

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

border-color css

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

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

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