Html Css Color HEX #287865 Genoa

📋 copy color: '#287865'

red 40 ◦ green 120 ◦ blue 101

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

Shades of Genoa #287865

Tints of Genoa #287865

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.98%

 BLUE value IS 101 (39.84% from 255) = 38.7%

R = 15.33%
G = 45.98%
B = 38.7%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.53

RGB Variations

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

Color information

#287865 (or 0x287865) is known color: Genoa. HEX triplet: 28, 78 and 65. RGB value is (40,120,101). Sum of RGB (Red+Green+Blue) = 40+120+101=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 101 (39.84% from 255 or 38.70% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #287865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287865 is #D7879A. Grayscale: #5D5D5D. Windows color (decimal): -14124955 or 6649896. OLE color: 6649896.

HSL color Cylindrical-coordinate representation of color #287865: hue angle of 165.75º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287865 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 120 101 -
CMYK 0.67 0 0.16 0.53
HSL 165.75º 0.5% 0.31% -
HSV(B) 165.75º 0.67% 0.47% -
XYZ 9.94 14.82 14.65 -
YUV 93.91 132 89.54 -
System Red Green Blue C M Y K H S L
Decimal 40 120 101 0.67 0 0.16 0.53 165.75 0.5 0.31
Hex 28 78 65 43 0 10 35 A6 32 1F
Octal 50 170 145 103 0 20 65 246 62 37
Binary 101000 1111000 1100101 1000011 0 10000 110101 10100110 110010 11111

Color Harmonies of #287865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287865

Black with #287865

Text Example


Text Example

White with #287865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287865; }

 p { color: rgb(40,120,101); }

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

background-color css

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

 a { background-color: rgb(40,120,101); }

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

border-color css

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

 span { border-color: rgb(40,120,101); }

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