#28695B

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

Shades of Eden #28695B

Tints of Eden #28695B

Color information

#28695B (or 0x28695B) is unknown color: approx Eden. HEX triplet: 28, 69 and 5B. RGB value is (40,105,91). Sum of RGB (Red+Green+Blue) = 40+105+91=236 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.95% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #28695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28695B is #D796A4. Grayscale: #535353. Windows color (decimal): -14128805 or 5990696. OLE color: 5990696.

HSL color Cylindrical-coordinate representation of color #28695B: hue angle of 167.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #28695B is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB4010591-
CMYK0.6200.130.59
HSL167.08º44.83%28.43%-
HSV(B)167.08º61.9%41.18%-
XYZ7.8111.3111.67-
YUV83.97131.9796.64-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.95%
GREEN value IS 105 (41.41% from 255) = 44.49%
BLUE value IS 91 (35.94% from 255) = 38.56%
R=16.95%
G=44.49%
B=38.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal40105910.6200.130.59167.0844.8328.43
Hex28695B3E0D3Ba72d1c
Octal5015113376015732475534
Binary10100011010011011011111110011011110111010011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28695B; }

 p { color: rgb(40,105,91); }

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

<style>
 a { background-color: #28695B; }

 a { background-color: rgb(40,105,91); }

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

<style>
 span { border-color: #28695B; }

 span { border-color: rgb(40,105,91); }

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