Html Css Color HEX #28705E Eden

📋 copy color: '#28705E'

red 40 ◦ green 112 ◦ blue 94

#28705E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #28705E

Tints of Eden #28705E

RGB

 RED value IS 40 (16.02% from 255) = 16.26%

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 94 (37.11% from 255) = 38.21%

R = 16.26%
G = 45.53%
B = 38.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#28705E (or 0x28705E) is known color: Eden. HEX triplet: 28, 70 and 5E. RGB value is (40,112,94). Sum of RGB (Red+Green+Blue) = 40+112+94=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 94 (37.11% from 255 or 38.21% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #28705E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #28705E is #D78FA1. Grayscale: #585858. Windows color (decimal): -14127010 or 6189096. OLE color: 6189096.

HSL color Cylindrical-coordinate representation of color #28705E: hue angle of 165º 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 #28705E is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 112 94 -
CMYK 0.64 0 0.16 0.56
HSL 165º 0.47% 0.3% -
HSV(B) 165º 0.64% 0.44% -
XYZ 8.69 12.85 12.61 -
YUV 88.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 40 112 94 0.64 0 0.16 0.56 165 0.47 0.3
Hex 28 70 5E 40 0 10 38 A5 2F 1E
Octal 50 160 136 100 0 20 70 245 57 36
Binary 101000 1110000 1011110 1000000 0 10000 111000 10100101 101111 11110

Color Harmonies of #28705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28705E

Black with #28705E

Text Example


Text Example

White with #28705E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28705E; }

 p { color: rgb(40,112,94); }

 H1.HeaderClassName
 {
   color: #28705E;
 }
 .AnyTagClassName
 {
   color: #28705E;
 }
</style>

background-color css

<style>
 a { background-color: #28705E; }

 a { background-color: rgb(40,112,94); }

 div.DivClassName
 {
   background-color: #28705E;
 }
 .BgClassName
 {
   background-color: #28705E;
 }
</style>

border-color css

<style>
 span { border-color: #28705E; }

 span { border-color: rgb(40,112,94); }

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