#1F7044

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

Shades of Dark Spring Green #1F7044

Tints of Dark Spring Green #1F7044

Color information

#1F7044 (or 0x1F7044) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 70 and 44. RGB value is (31,112,68). Sum of RGB (Red+Green+Blue) = 31+112+68=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 68 (26.95% from 255 or 32.23% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #1F7044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F7044 is #E08FBB. Grayscale: #525252. Windows color (decimal): -14716860 or 4485151. OLE color: 4485151.

HSL color Cylindrical-coordinate representation of color #1F7044: hue angle of 147.41º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F7044 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB3111268-
CMYK0.7200.390.56
HSL147.41º56.64%28.04%-
HSV(B)147.41º72.32%43.92%-
XYZ7.412.37.45-
YUV82.76119.6691.08-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 112 (44.14% from 255) = 53.08%
BLUE value IS 68 (26.95% from 255) = 32.23%
R=14.69%
G=53.08%
B=32.23%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31112680.7200.390.56147.4156.6428.04
Hex1F7044480273893391c
Octal37160104110047702237134
Binary1111111100001000100100100001001111110001001001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,112,68); }

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

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

 a { background-color: rgb(31,112,68); }

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

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

 span { border-color: rgb(31,112,68); }

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