#1F715F

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

Shades of Deep Sea #1F715F

Tints of Deep Sea #1F715F

Color information

#1F715F (or 0x1F715F) is unknown color: approx Deep Sea. HEX triplet: 1F, 71 and 5F. RGB value is (31,113,95). Sum of RGB (Red+Green+Blue) = 31+113+95=239 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.97% from 239); Green value is 113 (44.53% from 255 or 47.28% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 113 - color contains mainly: green. Hex color #1F715F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F715F is #E08EA0. Grayscale: #565656. Windows color (decimal): -14716577 or 6254879. OLE color: 6254879.

HSL color Cylindrical-coordinate representation of color #1F715F: hue angle of 166.83º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F715F is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB3111395-
CMYK0.7300.160.56
HSL166.83º56.94%28.24%-
HSV(B)166.83º72.57%44.31%-
XYZ8.5412.9312.87-
YUV86.43132.8388.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.97%
GREEN value IS 113 (44.53% from 255) = 47.28%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=12.97%
G=47.28%
B=39.75%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31113950.7300.160.56166.8356.9428.24
Hex1F715F4901038a7391c
Octal37161137111020702477134
Binary111111110001101111110010010100001110001010011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F715F; }

 p { color: rgb(31,113,95); }

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

<style>
 a { background-color: #1F715F; }

 a { background-color: rgb(31,113,95); }

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

<style>
 span { border-color: #1F715F; }

 span { border-color: rgb(31,113,95); }

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