Html Css Color HEX #286C68 Genoa

📋 copy color: '#286C68'

red 40 ◦ green 108 ◦ blue 104

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

Shades of Genoa #286C68

Tints of Genoa #286C68

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.86%

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

R = 15.87%
G = 42.86%
B = 41.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.58

RGB Variations

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

Color information

#286C68 (or 0x286C68) is known color: Genoa. HEX triplet: 28, 6C and 68. RGB value is (40,108,104). Sum of RGB (Red+Green+Blue) = 40+108+104=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 108 (42.58% from 255 or 42.86% from 252); Blue value is 104 (41.02% from 255 or 41.27% from 252); Max value from RGB is 108 - color contains mainly: green. Hex color #286C68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286C68 is #D79397. Grayscale: #575757. Windows color (decimal): -14128024 or 6843432. OLE color: 6843432.

HSL color Cylindrical-coordinate representation of color #286C68: hue angle of 176.47º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #286C68 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB 40 108 104 -
CMYK 0.63 0 0.04 0.58
HSL 176.47º 0.46% 0.29% -
HSV(B) 176.47º 0.63% 0.42% -
XYZ 8.74 12.18 14.99 -
YUV 87.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 40 108 104 0.63 0 0.04 0.58 176.47 0.46 0.29
Hex 28 6C 68 3F 0 4 3A B0 2E 1D
Octal 50 154 150 77 0 4 72 260 56 35
Binary 101000 1101100 1101000 111111 0 100 111010 10110000 101110 11101

Color Harmonies of #286C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #286C68

Black with #286C68

Text Example


Text Example

White with #286C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #286C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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