#1F6D49

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

Shades of Dark Spring Green #1F6D49

Tints of Dark Spring Green #1F6D49

Color information

#1F6D49 (or 0x1F6D49) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 6D and 49. RGB value is (31,109,73). Sum of RGB (Red+Green+Blue) = 31+109+73=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 109 (42.97% from 255 or 51.17% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 109 - color contains mainly: green. Hex color #1F6D49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6D49 is #E092B6. Grayscale: #515151. Windows color (decimal): -14717623 or 4812063. OLE color: 4812063.

HSL color Cylindrical-coordinate representation of color #1F6D49: hue angle of 152.31º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F6D49 is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB3110973-
CMYK0.7200.330.57
HSL152.31º55.71%27.45%-
HSV(B)152.31º71.56%42.75%-
XYZ7.2411.718.18-
YUV81.57123.1691.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.55%
GREEN value IS 109 (42.97% from 255) = 51.17%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=14.55%
G=51.17%
B=34.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31109730.7200.330.57152.3155.7127.45
Hex1F6D49480213998381b
Octal37155111110041712307033
Binary1111111011011001001100100001000011110011001100011100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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