#1F6C4D

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

Shades of Dark Spring Green #1F6C4D

Tints of Dark Spring Green #1F6C4D

Color information

#1F6C4D (or 0x1F6C4D) is unknown color: approx Dark Spring Green. HEX triplet: 1F, 6C and 4D. RGB value is (31,108,77). Sum of RGB (Red+Green+Blue) = 31+108+77=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #1F6C4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6C4D is #E093B2. Grayscale: #515151. Windows color (decimal): -14717875 or 5073951. OLE color: 5073951.

HSL color Cylindrical-coordinate representation of color #1F6C4D: hue angle of 155.84º degrees, saturation: 0.55, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1F6C4D is Cyan = 0.71, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB3110877-
CMYK0.7100.290.58
HSL155.84º55.4%27.25%-
HSV(B)155.84º71.3%42.35%-
XYZ7.2711.558.87-
YUV81.44125.4992.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 108 (42.58% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=14.35%
G=50%
B=35.65%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31108770.7100.290.58155.8455.427.25
Hex1F6C4D4701D3A9c371b
Octal37154115107035722346733
Binary111111101100100110110001110111011110101001110011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,108,77); }

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

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

 a { background-color: rgb(31,108,77); }

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

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

 span { border-color: rgb(31,108,77); }

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