#1F714C

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

Shades of Dark Spring Green #1F714C

Tints of Dark Spring Green #1F714C

Color information

#1F714C (or 0x1F714C) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 71 and 4C. RGB value is (31,113,76). Sum of RGB (Red+Green+Blue) = 31+113+76=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #1F714C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F714C is #E08EB3. Grayscale: #545454. Windows color (decimal): -14716596 or 5009695. OLE color: 5009695.

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

Color convert

RGB3111376-
CMYK0.7300.330.56
HSL152.93º56.94%28.24%-
HSV(B)152.93º72.57%44.31%-
XYZ7.7712.628.86-
YUV84.26123.3390.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.09%
GREEN value IS 113 (44.53% from 255) = 51.36%
BLUE value IS 76 (30.08% from 255) = 34.55%
R=14.09%
G=51.36%
B=34.55%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31113760.7300.330.56152.9356.9428.24
Hex1F714C490213899391c
Octal37161114111041702317134
Binary1111111100011001100100100101000011110001001100111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F714C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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