Html Css Color HEX #287168 Genoa

📋 copy color: '#287168'

red 40 ◦ green 113 ◦ blue 104

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

Shades of Genoa #287168

Tints of Genoa #287168

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.97%

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

R = 15.56%
G = 43.97%
B = 40.47%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#287168 (or 0x287168) is known color: Genoa. HEX triplet: 28, 71 and 68. RGB value is (40,113,104). Sum of RGB (Red+Green+Blue) = 40+113+104=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 113 (44.53% from 255 or 43.97% from 257); Blue value is 104 (41.02% from 255 or 40.47% from 257); Max value from RGB is 113 - color contains mainly: green. Hex color #287168 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287168 is #D78E97. Grayscale: #5A5A5A. Windows color (decimal): -14126744 or 6844712. OLE color: 6844712.

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

Color convert

RGB 40 113 104 -
CMYK 0.65 0 0.08 0.56
HSL 172.6º 0.48% 0.3% -
HSV(B) 172.6º 0.65% 0.44% -
XYZ 9.28 13.26 15.17 -
YUV 90.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 40 113 104 0.65 0 0.08 0.56 172.6 0.48 0.3
Hex 28 71 68 41 0 8 38 AD 30 1E
Octal 50 161 150 101 0 10 70 255 60 36
Binary 101000 1110001 1101000 1000001 0 1000 111000 10101101 110000 11110

Color Harmonies of #287168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287168

Black with #287168

Text Example


Text Example

White with #287168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287168; }

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

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

background-color css

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

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

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

border-color css

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

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

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