#1F835E

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

Shades of Deep Sea #1F835E

Tints of Deep Sea #1F835E

Color information

#1F835E (or 0x1F835E) is unknown color: approx Deep Sea. HEX triplet: 1F, 83 and 5E. RGB value is (31,131,94). Sum of RGB (Red+Green+Blue) = 31+131+94=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 131 (51.56% from 255 or 51.17% from 256); Blue value is 94 (37.11% from 255 or 36.72% from 256); Max value from RGB is 131 - color contains mainly: green. Hex color #1F835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F835E is #E07CA1. Grayscale: #606060. Windows color (decimal): -14711970 or 6193951. OLE color: 6193951.

HSL color Cylindrical-coordinate representation of color #1F835E: hue angle of 157.8º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F835E is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB3113194-
CMYK0.7600.280.49
HSL157.8º61.73%31.76%-
HSV(B)157.8º76.34%51.37%-
XYZ10.717.3313.37-
YUV96.88126.3781.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.11%
GREEN value IS 131 (51.56% from 255) = 51.17%
BLUE value IS 94 (37.11% from 255) = 36.72%
R=12.11%
G=51.17%
B=36.72%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31131940.7600.280.49157.861.7331.76
Hex1F835E4C01C319e3e20
Octal37203136114034612367640
Binary11111100000111011110100110001110011000110011110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F835E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,131,94); }

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

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

 a { background-color: rgb(31,131,94); }

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

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

 span { border-color: rgb(31,131,94); }

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