#1F7446

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

Shades of Dark Spring Green #1F7446

Tints of Dark Spring Green #1F7446

Color information

#1F7446 (or 0x1F7446) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 74 and 46. RGB value is (31,116,70). Sum of RGB (Red+Green+Blue) = 31+116+70=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 116 (45.70% from 255 or 53.46% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 116 - color contains mainly: green. Hex color #1F7446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7446 is #E08BB9. Grayscale: #555555. Windows color (decimal): -14715834 or 4617247. OLE color: 4617247.

HSL color Cylindrical-coordinate representation of color #1F7446: hue angle of 147.53º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F7446 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB3111670-
CMYK0.7300.400.55
HSL147.53º57.82%28.82%-
HSV(B)147.53º73.28%45.49%-
XYZ7.9213.227.93-
YUV85.34119.3489.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 116 (45.70% from 255) = 53.46%
BLUE value IS 70 (27.73% from 255) = 32.26%
R=14.29%
G=53.46%
B=32.26%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31116700.7300.400.55147.5357.8228.82
Hex1F74464902837943a1d
Octal37164106111050672247235
Binary1111111101001000110100100101010001101111001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,116,70); }

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

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

 a { background-color: rgb(31,116,70); }

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

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

 span { border-color: rgb(31,116,70); }

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