#1F6B49

Color #1F6B49 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #1F6B49

Tints of Dark Spring Green #1F6B49

Color information

#1F6B49 (or 0x1F6B49) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 6B and 49. RGB value is (31,107,73). Sum of RGB (Red+Green+Blue) = 31+107+73=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 107 (42.19% from 255 or 50.71% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 107 - color contains mainly: green. Hex color #1F6B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6B49 is #E094B6. Grayscale: #505050. Windows color (decimal): -14718135 or 4811551. OLE color: 4811551.

HSL color Cylindrical-coordinate representation of color #1F6B49: hue angle of 153.16º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6B49 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB3110773-
CMYK0.7100.320.58
HSL153.16º55.07%27.06%-
HSV(B)153.16º71.03%41.96%-
XYZ7.0311.298.11-
YUV80.4123.8292.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 107 (42.19% from 255) = 50.71%
BLUE value IS 73 (28.91% from 255) = 34.60%
R=14.69%
G=50.71%
B=34.60%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31107730.7100.320.58153.1655.0727.06
Hex1F6B49470203A99371b
Octal37153111107040722316733
Binary1111111010111001001100011101000001110101001100111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,107,73); }

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

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

 a { background-color: rgb(31,107,73); }

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

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

 span { border-color: rgb(31,107,73); }

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