Html Css Color HEX #287C5D Deep Sea

📋 copy color: '#287C5D'

red 40 ◦ green 124 ◦ blue 93

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

Shades of Deep Sea #287C5D

Tints of Deep Sea #287C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 48.25%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 15.56%
G = 48.25%
B = 36.19%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#287C5D (or 0x287C5D) is known color: Deep Sea. HEX triplet: 28, 7C and 5D. RGB value is (40,124,93). Sum of RGB (Red+Green+Blue) = 40+124+93=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #287C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287C5D is #D783A2. Grayscale: #5F5F5F. Windows color (decimal): -14123939 or 6126632. OLE color: 6126632.

HSL color Cylindrical-coordinate representation of color #287C5D: hue angle of 157.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #287C5D is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 124 93 -
CMYK 0.68 0 0.25 0.51
HSL 157.86º 0.51% 0.32% -
HSV(B) 157.86º 0.68% 0.49% -
XYZ 10.06 15.66 12.85 -
YUV 95.35 126.67 88.52 -
System Red Green Blue C M Y K H S L
Decimal 40 124 93 0.68 0 0.25 0.51 157.86 0.51 0.32
Hex 28 7C 5D 44 0 19 33 9E 33 20
Octal 50 174 135 104 0 31 63 236 63 40
Binary 101000 1111100 1011101 1000100 0 11001 110011 10011110 110011 100000

Color Harmonies of #287C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287C5D

Black with #287C5D

Text Example


Text Example

White with #287C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #287C5D; }

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

 H1.HeaderClassName
 {
   color: #287C5D;
 }
 .AnyTagClassName
 {
   color: #287C5D;
 }
</style>

background-color css

<style>
 a { background-color: #287C5D; }

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

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

border-color css

<style>
 span { border-color: #287C5D; }

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

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