#1F714A

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

Shades of Dark Spring Green #1F714A

Tints of Dark Spring Green #1F714A

Color information

#1F714A (or 0x1F714A) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 71 and 4A. RGB value is (31,113,74). Sum of RGB (Red+Green+Blue) = 31+113+74=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 113 (44.53% from 255 or 51.83% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 113 - color contains mainly: green. Hex color #1F714A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F714A is #E08EB5. Grayscale: #545454. Windows color (decimal): -14716598 or 4878623. OLE color: 4878623.

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

Color convert

RGB3111374-
CMYK0.7300.350.56
HSL151.46º56.94%28.24%-
HSV(B)151.46º72.57%44.31%-
XYZ7.7112.68.5-
YUV84.04122.3390.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.22%
GREEN value IS 113 (44.53% from 255) = 51.83%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=14.22%
G=51.83%
B=33.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31113740.7300.350.56151.4656.9428.24
Hex1F714A490233897391c
Octal37161112111043702277134
Binary1111111100011001010100100101000111110001001011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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