#1F734A

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

Shades of Dark Spring Green #1F734A

Tints of Dark Spring Green #1F734A

Color information

#1F734A (or 0x1F734A) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 73 and 4A. RGB value is (31,115,74). Sum of RGB (Red+Green+Blue) = 31+115+74=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 115 (45.31% from 255 or 52.27% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 115 - color contains mainly: green. Hex color #1F734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F734A is #E08CB5. Grayscale: #555555. Windows color (decimal): -14716086 or 4879135. OLE color: 4879135.

HSL color Cylindrical-coordinate representation of color #1F734A: hue angle of 150.71º 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 #1F734A is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB3111574-
CMYK0.7300.360.55
HSL150.71º57.53%28.63%-
HSV(B)150.71º73.04%45.1%-
XYZ7.9313.058.58-
YUV85.21121.6789.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 115 (45.31% from 255) = 52.27%
BLUE value IS 74 (29.30% from 255) = 33.64%
R=14.09%
G=52.27%
B=33.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31115740.7300.360.55150.7157.5328.63
Hex1F734A4902437973a1d
Octal37163112111044672277235
Binary1111111100111001010100100101001001101111001011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F734A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,115,74); }

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

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

 a { background-color: rgb(31,115,74); }

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

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

 span { border-color: rgb(31,115,74); }

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