Html Css Color HEX #287D5E Deep Sea

📋 copy color: '#287D5E'

red 40 ◦ green 125 ◦ blue 94

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

Shades of Deep Sea #287D5E

Tints of Deep Sea #287D5E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 48.26%

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

R = 15.44%
G = 48.26%
B = 36.29%

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

#287D5E (or 0x287D5E) is known color: Deep Sea. HEX triplet: 28, 7D and 5E. RGB value is (40,125,94). Sum of RGB (Red+Green+Blue) = 40+125+94=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 125 (49.22% from 255 or 48.26% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 125 - color contains mainly: green. Hex color #287D5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287D5E is #D782A1. Grayscale: #606060. Windows color (decimal): -14123682 or 6192424. OLE color: 6192424.

HSL color Cylindrical-coordinate representation of color #287D5E: hue angle of 158.12º degrees, saturation: 0.52, 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 #287D5E is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 125 94 -
CMYK 0.68 0 0.25 0.51
HSL 158.12º 0.52% 0.32% -
HSV(B) 158.12º 0.68% 0.49% -
XYZ 10.23 15.93 13.12 -
YUV 96.05 126.84 88.02 -
System Red Green Blue C M Y K H S L
Decimal 40 125 94 0.68 0 0.25 0.51 158.12 0.52 0.32
Hex 28 7D 5E 44 0 19 33 9E 34 20
Octal 50 175 136 104 0 31 63 236 64 40
Binary 101000 1111101 1011110 1000100 0 11001 110011 10011110 110100 100000

Color Harmonies of #287D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #287D5E

Black with #287D5E

Text Example


Text Example

White with #287D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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