#1F825F

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

Shades of Deep Sea #1F825F

Tints of Deep Sea #1F825F

Color information

#1F825F (or 0x1F825F) is unknown color: approx Deep Sea. HEX triplet: 1F, 82 and 5F. RGB value is (31,130,95). Sum of RGB (Red+Green+Blue) = 31+130+95=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #1F825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F825F is #E07DA0. Grayscale: #606060. Windows color (decimal): -14712225 or 6259231. OLE color: 6259231.

HSL color Cylindrical-coordinate representation of color #1F825F: hue angle of 158.79º degrees, saturation: 0.61, 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 #1F825F is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB3113095-
CMYK0.7600.270.49
HSL158.79º61.49%31.57%-
HSV(B)158.79º76.15%50.98%-
XYZ10.6117.0813.56-
YUV96.41127.281.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.11%
GREEN value IS 130 (51.17% from 255) = 50.78%
BLUE value IS 95 (37.5% from 255) = 37.11%
R=12.11%
G=50.78%
B=37.11%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31130950.7600.270.49158.7961.4931.57
Hex1F825F4C01B319f3d20
Octal37202137114033612377540
Binary11111100000101011111100110001101111000110011111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F825F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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