#1F6F49

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

Shades of Dark Spring Green #1F6F49

Tints of Dark Spring Green #1F6F49

Color information

#1F6F49 (or 0x1F6F49) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 6F and 49. RGB value is (31,111,73). Sum of RGB (Red+Green+Blue) = 31+111+73=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #1F6F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6F49 is #E090B6. Grayscale: #525252. Windows color (decimal): -14717111 or 4812575. OLE color: 4812575.

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

Color convert

RGB3111173-
CMYK0.7200.340.56
HSL151.5º56.34%27.84%-
HSV(B)151.5º72.07%43.53%-
XYZ7.4512.148.25-
YUV82.75122.591.09-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.42%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 73 (28.91% from 255) = 33.95%
R=14.42%
G=51.63%
B=33.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31111730.7200.340.56151.556.3427.84
Hex1F6F49480223898381c
Octal37157111110042702307034
Binary1111111011111001001100100001000101110001001100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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