#287A5F

Color #287A5F Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #287A5F

Tints of Deep Sea #287A5F

Color information

#287A5F (or 0x287A5F) is unknown color: approx Deep Sea. HEX triplet: 28, 7A and 5F. RGB value is (40,122,95). Sum of RGB (Red+Green+Blue) = 40+122+95=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 122 (48.05% from 255 or 47.47% from 257); Blue value is 95 (37.5% from 255 or 36.96% from 257); Max value from RGB is 122 - color contains mainly: green. Hex color #287A5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287A5F is #D785A0. Grayscale: #5E5E5E. Windows color (decimal): -14124449 or 6257192. OLE color: 6257192.

HSL color Cylindrical-coordinate representation of color #287A5F: hue angle of 160.24º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #287A5F is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB4012295-
CMYK0.6700.220.52
HSL160.24º50.62%31.76%-
HSV(B)160.24º67.21%47.84%-
XYZ9.915.213.24-
YUV94.4128.3389.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.56%
GREEN value IS 122 (48.05% from 255) = 47.47%
BLUE value IS 95 (37.5% from 255) = 36.96%
R=15.56%
G=47.47%
B=36.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal40122950.6700.220.52160.2450.6231.76
Hex287A5F4301634a03320
Octal50172137103026642406340
Binary10100011110101011111100001101011011010010100000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,122,95); }

 H1.HeaderClassName
 {
   color: #287A5F;
 }
 .AnyTagClassName
 {
   color: #287A5F;
 }
</style>
background-color css

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

 a { background-color: rgb(40,122,95); }

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

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

 span { border-color: rgb(40,122,95); }

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