#1f7148

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

Shades of Dark Spring Green #1F7148

Tints of Dark Spring Green #1F7148

Color information

#1F7148 (or 0x1F7148) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 71 and 48. RGB value is (31,113,72). Sum of RGB (Red+Green+Blue) = 31+113+72=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 72 (28.52% from 255 or 33.33% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #1F7148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7148 is #E08EB7. Grayscale: #535353. Windows color (decimal): -14716600 or 4747551. OLE color: 4747551.

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

Color convert

RGB3111372-
CMYK0.7300.360.56
HSL150º56.94%28.24%-
HSV(B)150º72.57%44.31%-
XYZ7.6412.578.15-
YUV83.81121.3390.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 113 (44.53% from 255) = 52.31%
BLUE value IS 72 (28.52% from 255) = 33.33%
R=14.35%
G=52.31%
B=33.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31113720.7300.360.5615056.9428.24
Hex1F7148490243896391c
Octal37161110111044702267134
Binary1111111100011001000100100101001001110001001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f7148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,113,72); }

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

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

 a { background-color: rgb(31,113,72); }

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

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

 span { border-color: rgb(31,113,72); }

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