Html Css Color HEX #285D4E Evening Sea

📋 copy color: '#285D4E'

red 40 ◦ green 93 ◦ blue 78

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

Shades of Evening Sea #285D4E

Tints of Evening Sea #285D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 44.08%

 BLUE value IS 78 (30.86% from 255) = 36.97%

R = 18.96%
G = 44.08%
B = 36.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#285D4E (or 0x285D4E) is known color: Evening Sea. HEX triplet: 28, 5D and 4E. RGB value is (40,93,78). Sum of RGB (Red+Green+Blue) = 40+93+78=211 (27% of max value = 765). Red value is 40 (16.02% from 255 or 18.96% from 211); Green value is 93 (36.72% from 255 or 44.08% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 93 - color contains mainly: green. Hex color #285D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D4E is #D7A2B1. Grayscale: #4B4B4B. Windows color (decimal): -14131890 or 5135656. OLE color: 5135656.

HSL color Cylindrical-coordinate representation of color #285D4E: hue angle of 163.02º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D4E is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 93 78 -
CMYK 0.57 0 0.16 0.64
HSL 163.02º 0.4% 0.26% -
HSV(B) 163.02º 0.57% 0.36% -
XYZ 6.16 8.83 8.59 -
YUV 75.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 40 93 78 0.57 0 0.16 0.64 163.02 0.4 0.26
Hex 28 5D 4E 39 0 10 40 A3 28 1A
Octal 50 135 116 71 0 20 100 243 50 32
Binary 101000 1011101 1001110 111001 0 10000 1000000 10100011 101000 11010

Color Harmonies of #285D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D4E

Black with #285D4E

Text Example


Text Example

White with #285D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285D4E; }

 p { color: rgb(40,93,78); }

 H1.HeaderClassName
 {
   color: #285D4E;
 }
 .AnyTagClassName
 {
   color: #285D4E;
 }
</style>

background-color css

<style>
 a { background-color: #285D4E; }

 a { background-color: rgb(40,93,78); }

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

border-color css

<style>
 span { border-color: #285D4E; }

 span { border-color: rgb(40,93,78); }

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