#1F734C

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

Shades of Dark Spring Green #1F734C

Tints of Dark Spring Green #1F734C

Color information

#1F734C (or 0x1F734C) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 73 and 4C. RGB value is (31,115,76). Sum of RGB (Red+Green+Blue) = 31+115+76=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 115 (45.31% from 255 or 51.80% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 115 - color contains mainly: green. Hex color #1F734C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F734C is #E08CB3. Grayscale: #555555. Windows color (decimal): -14716084 or 5010207. OLE color: 5010207.

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

Color convert

RGB3111576-
CMYK0.7300.340.55
HSL152.14º57.53%28.63%-
HSV(B)152.14º73.04%45.1%-
XYZ813.078.94-
YUV85.44122.6789.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 115 (45.31% from 255) = 51.80%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=13.96%
G=51.80%
B=34.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31115760.7300.340.55152.1457.5328.63
Hex1F734C4902237983a1d
Octal37163114111042672307235
Binary1111111100111001100100100101000101101111001100011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F734C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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