Html Css Color HEX #287666 Genoa

📋 copy color: '#287666'

red 40 ◦ green 118 ◦ blue 102

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

Shades of Genoa #287666

Tints of Genoa #287666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 39.23%

R = 15.38%
G = 45.38%
B = 39.23%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#287666 (or 0x287666) is known color: Genoa. HEX triplet: 28, 76 and 66. RGB value is (40,118,102). Sum of RGB (Red+Green+Blue) = 40+118+102=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 118 (46.48% from 255 or 45.38% from 260); Blue value is 102 (40.23% from 255 or 39.23% from 260); Max value from RGB is 118 - color contains mainly: green. Hex color #287666 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287666 is #D78999. Grayscale: #5C5C5C. Windows color (decimal): -14125466 or 6714920. OLE color: 6714920.

HSL color Cylindrical-coordinate representation of color #287666: hue angle of 167.69º 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 #287666 is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 118 102 -
CMYK 0.66 0 0.14 0.54
HSL 167.69º 0.49% 0.31% -
HSV(B) 167.69º 0.66% 0.46% -
XYZ 9.75 14.37 14.83 -
YUV 92.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 40 118 102 0.66 0 0.14 0.54 167.69 0.49 0.31
Hex 28 76 66 42 0 E 36 A8 31 1F
Octal 50 166 146 102 0 16 66 250 61 37
Binary 101000 1110110 1100110 1000010 0 1110 110110 10101000 110001 11111

Color Harmonies of #287666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287666

Black with #287666

Text Example


Text Example

White with #287666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287666; }

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

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

background-color css

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

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

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

border-color css

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

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

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