#286E52

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

Shades of Evening Sea #286E52

Tints of Evening Sea #286E52

Color information

#286E52 (or 0x286E52) is unknown color: approx Evening Sea. HEX triplet: 28, 6E and 52. RGB value is (40,110,82). Sum of RGB (Red+Green+Blue) = 40+110+82=232 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.24% from 232); Green value is 110 (43.36% from 255 or 47.41% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 110 - color contains mainly: green. Hex color #286E52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286E52 is #D791AD. Grayscale: #555555. Windows color (decimal): -14127534 or 5402152. OLE color: 5402152.

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

Color convert

RGB4011082-
CMYK0.6400.250.57
HSL156º46.67%29.41%-
HSV(B)156º63.64%43.14%-
XYZ7.9712.219.92-
YUV85.88125.8195.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 17.24%
GREEN value IS 110 (43.36% from 255) = 47.41%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=17.24%
G=47.41%
B=35.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal40110820.6400.250.5715646.6729.41
Hex286E5240019399c2f1d
Octal50156122100031712345735
Binary1010001101110101001010000000110011110011001110010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,110,82); }

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

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

 a { background-color: rgb(40,110,82); }

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

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

 span { border-color: rgb(40,110,82); }

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