#286F5F

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

Shades of Eden #286F5F

Tints of Eden #286F5F

Color information

#286F5F (or 0x286F5F) is unknown color: approx Eden. HEX triplet: 28, 6F and 5F. RGB value is (40,111,95). Sum of RGB (Red+Green+Blue) = 40+111+95=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #286F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286F5F is #D790A0. Grayscale: #575757. Windows color (decimal): -14127265 or 6254376. OLE color: 6254376.

HSL color Cylindrical-coordinate representation of color #286F5F: hue angle of 166.48º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #286F5F is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB4011195-
CMYK0.6400.140.56
HSL166.48º47.02%29.61%-
HSV(B)166.48º63.96%43.53%-
XYZ8.6312.6512.81-
YUV87.95131.9893.8-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.26%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 95 (37.5% from 255) = 38.62%
R=16.26%
G=45.12%
B=38.62%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40111950.6400.140.56166.4847.0229.61
Hex286F5F400E38a62f1e
Octal50157137100016702465736
Binary101000110111110111111000000011101110001010011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,111,95); }

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

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

 a { background-color: rgb(40,111,95); }

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

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

 span { border-color: rgb(40,111,95); }

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