#286D65

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

Shades of Genoa #286D65

Tints of Genoa #286D65

Color information

#286D65 (or 0x286D65) is unknown color: approx Genoa. HEX triplet: 28, 6D and 65. RGB value is (40,109,101). Sum of RGB (Red+Green+Blue) = 40+109+101=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 109 - color contains mainly: green. Hex color #286D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286D65 is #D7929A. Grayscale: #575757. Windows color (decimal): -14127771 or 6647080. OLE color: 6647080.

HSL color Cylindrical-coordinate representation of color #286D65: hue angle of 173.04º 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 #286D65 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB40109101-
CMYK0.6300.070.57
HSL173.04º46.31%29.22%-
HSV(B)173.04º63.3%42.75%-
XYZ8.6912.3314.23-
YUV87.46135.6494.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 109 (42.97% from 255) = 43.6%
BLUE value IS 101 (39.84% from 255) = 40.4%
R=16%
G=43.6%
B=40.4%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal401091010.6300.070.57173.0446.3129.22
Hex286D653F0739ad2e1d
Octal501551457707712555635
Binary1010001101101110010111111101111110011010110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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