#286D68

Color #286D68 Genoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Genoa #286D68

Tints of Genoa #286D68

Color information

#286D68 (or 0x286D68) is unknown color: approx Genoa. HEX triplet: 28, 6D and 68. RGB value is (40,109,104). Sum of RGB (Red+Green+Blue) = 40+109+104=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 109 - color contains mainly: green. Hex color #286D68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D68 is #D79297. Grayscale: #575757. Windows color (decimal): -14127768 or 6843688. OLE color: 6843688.

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

Color convert

RGB40109104-
CMYK0.6300.050.57
HSL175.65º46.31%29.22%-
HSV(B)175.65º63.3%42.75%-
XYZ8.8412.3915.02-
YUV87.8137.1493.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 109 (42.97% from 255) = 43.08%
BLUE value IS 104 (41.02% from 255) = 41.11%
R=15.81%
G=43.08%
B=41.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal401091040.6300.050.57175.6546.3129.22
Hex286D683F0539b02e1d
Octal501551507705712605635
Binary1010001101101110100011111101011110011011000010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #286D68;
 }
 .AnyTagClassName
 {
   color: #286D68;
 }
</style>
background-color css

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

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

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

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

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

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