Html Css Color HEX #285D4F Evening Sea

📋 copy color: '#285D4F'

red 40 ◦ green 93 ◦ blue 79

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

Shades of Evening Sea #285D4F

Tints of Evening Sea #285D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 18.87%
G = 43.87%
B = 37.26%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#285D4F (or 0x285D4F) is known color: Evening Sea. HEX triplet: 28, 5D and 4F. RGB value is (40,93,79). Sum of RGB (Red+Green+Blue) = 40+93+79=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 93 - color contains mainly: green. Hex color #285D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285D4F is #D7A2B0. Grayscale: #4B4B4B. Windows color (decimal): -14131889 or 5201192. OLE color: 5201192.

HSL color Cylindrical-coordinate representation of color #285D4F: hue angle of 164.15º 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 #285D4F is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 40 93 79 -
CMYK 0.57 0 0.15 0.64
HSL 164.15º 0.4% 0.26% -
HSV(B) 164.15º 0.57% 0.36% -
XYZ 6.2 8.84 8.78 -
YUV 75.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 40 93 79 0.57 0 0.15 0.64 164.15 0.4 0.26
Hex 28 5D 4F 39 0 F 40 A4 28 1A
Octal 50 135 117 71 0 17 100 244 50 32
Binary 101000 1011101 1001111 111001 0 1111 1000000 10100100 101000 11010

Color Harmonies of #285D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285D4F

Black with #285D4F

Text Example


Text Example

White with #285D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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